tests-clay/status/status_data.h


Log

Author Commit Date CI Message
Russell Belfer df743c7d 2012-01-09T15:37:19 Initial implementation of gitignore support Adds support for .gitignore files to git_status_foreach() and git_status_file(). This includes refactoring the gitattributes code to share logic where possible. The GIT_STATUS_IGNORED flag will now be passed in for files that are ignored (provided they are not already in the index or the head of repo).
Vicent Marti 11385c3c 2011-09-16T05:12:56 Add sample "Status" clay tests