unannex: only commit, no -a
-a is actually not needed; only commit staged changes
This commit is contained in:
parent
ded2591124
commit
9bb797c0ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue