diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-15 14:31:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-15 14:31:06 -0400 |
commit | 80104eab9a28b9a94fb36653b7cd95b734e16e4d (patch) | |
tree | f6d8b7c146c3d0ac5493611c6466e7314f5921c7 /Core.hs | |
parent | d7b170c9a2f9a7f52b6ef88243e249a04685764a (diff) |
bugfix
Diffstat (limited to 'Core.hs')
-rw-r--r-- | Core.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ shutdown = do needcommit <- Annex.flagIsSet NeedCommit if (needcommit) then liftIO $ Git.run g ["commit", "-m", - "git-annex log update", ".git-annex"] + "git-annex log update", gitStateDir g] else return () {- configure git to use union merge driver on state files, if it is not |