suppress "recording state in git" message during add
This commit is contained in:
parent
529a3721e1
commit
659e6b1324
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue