notice deleted files on startup
This commit is contained in:
parent
5b4e5ce7e5
commit
ec98581112
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ start :: CommandStart
|
||||||
start = notBareRepo $ do
|
start = notBareRepo $ do
|
||||||
showStart "watch" "."
|
showStart "watch" "."
|
||||||
showAction "scanning"
|
showAction "scanning"
|
||||||
|
inRepo $ Git.Command.run "add" [Param "--update"]
|
||||||
state <- Annex.getState id
|
state <- Annex.getState id
|
||||||
next $ next $ liftIO $ withINotify $ \i -> do
|
next $ next $ liftIO $ withINotify $ \i -> do
|
||||||
let hook a = Just $ run state a
|
let hook a = Just $ run state a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue