diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-07 21:37:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-07 21:37:59 -0400 |
commit | 109bd9c08b2f7d26720ebb26ed7e165d38accb11 (patch) | |
tree | 9b084203c9c01351e5e736fe1f0ee1c1f064333a /doc/design/assistant/inotify.mdwn | |
parent | 3f03e58dc681a82fef156d97316ac8035304e306 (diff) |
blog for the day
Diffstat (limited to 'doc/design/assistant/inotify.mdwn')
-rw-r--r-- | doc/design/assistant/inotify.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn index ab88210b2..7cdde33ac 100644 --- a/doc/design/assistant/inotify.mdwn +++ b/doc/design/assistant/inotify.mdwn @@ -108,3 +108,6 @@ Many races need to be dealt with by this code. Here are some of them. Not a problem; The removal event removes the old file from the index, and the add event adds the new one. +* At startup, `git add --update` is run, to notice deleted files. + Then inotify starts up. Files deleted in between won't have their + removals staged. |