diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-28 14:50:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-28 14:50:17 -0400 |
commit | 50c6c7406ba4c310e3567dc7d812330ef79098d2 (patch) | |
tree | 925449e6e9382646834b75968e4d3b0b2014dd06 /Annex | |
parent | a86cd4bc8215f01ffe2ba06c63be56656d8ae7cf (diff) |
add --want-get and --want-drop options
New --want-get and --want-drop options which can be used to test preferred
content settings. For example, "git annex find --in . --want-drop"
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Wanted.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Wanted.hs b/Annex/Wanted.hs index b90a1af31..04dcc1c1c 100644 --- a/Annex/Wanted.hs +++ b/Annex/Wanted.hs @@ -1,4 +1,4 @@ -{- git-annex control over whether content is wanted +{- git-annex checking whether content is wanted - - Copyright 2012 Joey Hess <joey@kitenet.net> - |