add dropkey subcommand and --quiet
Needed for better git annex move --from
This commit is contained in:
parent
8beed17168
commit
d0a9cdadaf
7 changed files with 87 additions and 56 deletions
|
@ -116,6 +116,13 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
|
|||
|
||||
git annex fromkey --backend=URL --key=http://www.archive.org/somefile somefile
|
||||
|
||||
* dropkey [key ...]
|
||||
|
||||
Drops the cached data for the specified keys from this repository.
|
||||
|
||||
This can be used to drop content for arbitrary keys, which do not need
|
||||
to have a file in the git repository pointing at them.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
* --force
|
||||
|
@ -123,6 +130,11 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
|
|||
Force unsafe actions, such as dropping a file's content when no other
|
||||
source of it can be verified to still exist. Use with care.
|
||||
|
||||
* --quiet
|
||||
|
||||
Avoid the default verbose logging of what is done; only show errors
|
||||
and progress displays.
|
||||
|
||||
* --backend=name
|
||||
|
||||
Specify the default key-value backend to use, adding it to the front
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue