diff options
Diffstat (limited to 'doc/git-annex-drop.mdwn')
-rw-r--r-- | doc/git-annex-drop.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/git-annex-drop.mdwn b/doc/git-annex-drop.mdwn index 0bbbd78df..7b052bee0 100644 --- a/doc/git-annex-drop.mdwn +++ b/doc/git-annex-drop.mdwn @@ -42,14 +42,30 @@ safe to do so. This is the default behavior when running git-annex drop in a bare repository. + Note that this bypasses checking the .gitattributes annex.numcopies + setting. + +* `--branch=ref` + + Drop files in the specified branch or treeish. + + Note that this bypasses checking the .gitattributes annex.numcopies + setting. + * `--unused` Drop files found by last run of git-annex unused. + Note that this bypasses checking the .gitattributes annex.numcopies + setting. + * `--key=keyname` Use this option to drop a specified key. + Note that this bypasses checking the .gitattributes annex.numcopies + setting. + * file matching options The [[git-annex-matching-options]](1) |