This commit is contained in:
Joey Hess 2012-06-06 15:51:34 -04:00
parent e17bc40c31
commit 8aa194bf80

View file

@ -23,10 +23,10 @@ really useful, it needs to:
lots of changes are coming in) lots of changes are coming in)
- tunable delays before adding new files, etc - tunable delays before adding new files, etc
- coleasce related add/rm events for speed and less disk IO - coleasce related add/rm events for speed and less disk IO
- don't annex `.gitignore` and `.gitattributes` files, but do auto-stage - don't annex `.gitignore` and `.gitattributes` files **done**
changes to them
- configurable option to only annex files meeting certian size or - configurable option to only annex files meeting certian size or
filename criteria filename criteria
- option to check files not meeting annex criteria into git directly
- honor .gitignore, not adding files it excludes (difficult, probably - honor .gitignore, not adding files it excludes (difficult, probably
needs my own .gitignore parser to avoid excessive running of git commands needs my own .gitignore parser to avoid excessive running of git commands
to check for ignored files) to check for ignored files)