summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-25 18:32:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-25 18:32:29 -0400
commitd0a9cdadafca1ee0da100a993b23e8a063f86bf8 (patch)
tree46d6955950bafc004fdc47c3db499e5e2a4849fb /doc
parent8beed17168aab12bb4045b6d8635b37503d5099b (diff)
add dropkey subcommand and --quiet
Needed for better git annex move --from
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 522be7570..e7057afee 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -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