suppress "recording state in git" message during add

This commit is contained in:
Joey Hess 2012-06-04 17:18:54 -04:00
parent 529a3721e1
commit 659e6b1324

View file

@ -62,7 +62,7 @@ run startstate a f = do
- The git queue is immediately flushed, so the file is added to git
- now, rather than later (when it may have been already moved or deleted!) -}
onAdd :: FilePath -> Annex ()
onAdd file = do
onAdd file = doQuietSideAction $ do
void $ doCommand $ do
showStart "add" file
next $ Add.perform file