unannex: only commit, no -a

-a is actually not needed; only commit staged changes
This commit is contained in:
Joey Hess 2011-07-14 17:18:53 -04:00
parent ded2591124
commit 9bb797c0ea

View file

@ -78,6 +78,6 @@ cleanup file key = do
-- Commit staged changes at end to avoid confusing the -- Commit staged changes at end to avoid confusing the
-- pre-commit hook if this file is later added back to -- pre-commit hook if this file is later added back to
-- git as a normal, non-annexed file. -- git as a normal, non-annexed file.
AnnexQueue.add "commit" [Params "-a -m", Param "content removed from git annex"] [] AnnexQueue.add "commit" [Param "-m", Param "content removed from git annex"] []
return True return True