update; worked on watch branch today

This commit is contained in:
Joey Hess 2012-06-04 15:14:45 -04:00
parent bc99cf6a5a
commit 9791d1dfe7

View file

@ -8,10 +8,15 @@ useful, it needs to:
- notice deleted files and stage the deletion
(tricky; there's a race with add..)
- notice renamed files, auto-fix the symlink, and stage the new file location
**done**
- handle cases where directories are moved outside the repo, and stop
watching them **done**
- when a whole directory is deleted, stage removal of its
contents in the index **done**
- periodically auto-commit staged changes (avoid autocommitting when
lots of changes are coming in)
- tunable delays before adding new files, etc
- honor .gitignore, not adding files it excludesa
- honor .gitignore, not adding files it excludes
Also to do: