Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-29 | Check several files at a time with git ls-files. | Rike-Benjamin Schuppner | |
2014-05-09 | find: replace "-not" by "!" to become Posix compliant | Harald Dunkel | |
Signed-off-by: Harald Dunkel <harald.dunkel@aixigo.de> | |||
2011-06-19 | Add AVOID_SPECIAL_FILE_WARNING to config file, and set it in cron job to ↵ | Joey Hess | |
avoid daily noise. (gulikoza) | |||
2011-03-18 | Avoid warning about special or hard linked files that are ignored by hg. ↵ | Joey Hess | |
Thanks Sjoerd Mullender for patch. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=688991 | |||
2011-02-18 | correct exclude_external regexp to match fully relative paths | Joey Hess | |
git ls-files emits paths with no leading subdirectory. But the regexp still needs to avoid false positives. | |||
2010-10-12 | Do not warn about special files or hardlinks if they are ignored by git. ↵ | Joey Hess | |
Fixes #549354 for git, but not for other VCSs. |