summaryrefslogtreecommitdiff
path: root/doc/git-annex-drop.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-12 13:00:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-12 13:00:06 -0400
commitc5632ca783d2ebb6e793aa4f643ed3936df09c8a (patch)
tree91a191e3b655947545d9f8d8aa1fe651d6ade597 /doc/git-annex-drop.mdwn
parent0551c9af5c1856634e4f3c8e2023daaabf7faa6b (diff)
drop: Now supports --all, --unused, and --key.
Diffstat (limited to 'doc/git-annex-drop.mdwn')
-rw-r--r--doc/git-annex-drop.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/git-annex-drop.mdwn b/doc/git-annex-drop.mdwn
index 3fd13467c..c19a716e9 100644
--- a/doc/git-annex-drop.mdwn
+++ b/doc/git-annex-drop.mdwn
@@ -35,6 +35,21 @@ safe to do so.
the last repository that is storing their content. Data loss can
result from using this option.
+* `--all`
+
+ Rather than specifying a filename or path to drop, this option can be
+ used to drop all available versions of all files.
+
+ This is the default behavior when running git-annex drop in a bare repository.
+
+* `--unused`
+
+ Drop files found by last run of git-annex unused.
+
+* `--key=keyname`
+
+ Use this option to drop a specified key.
+
* file matching options
The [[git-annex-matching-options]](1)