libgit2/tests/resources/status
Russell Belfer df743c7d3a 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).
2012-01-11 14:39:51 -08:00
..
.gitted Initial implementation of gitignore support 2012-01-11 14:39:51 -08:00
subdir status: add subdir to test repo 2011-07-09 13:49:50 +02:00
current_file status: new test repo 2011-07-09 13:49:50 +02:00
ignored_file Initial implementation of gitignore support 2012-01-11 14:39:51 -08:00
modified_file status: new test repo 2011-07-09 13:49:50 +02:00
new_file status: new test repo 2011-07-09 13:49:50 +02:00
staged_changes status: new test repo 2011-07-09 13:49:50 +02:00
staged_changes_modified_file status: new test repo 2011-07-09 13:49:50 +02:00
staged_delete_modified_file status: new test repo 2011-07-09 13:49:50 +02:00
staged_new_file status: new test repo 2011-07-09 13:49:50 +02:00
staged_new_file_modified_file status: new test repo 2011-07-09 13:49:50 +02:00
subdir.txt status: Add a file in the test repository to cover the correct sorting of entries when the working folder is being read 2011-10-29 22:05:56 +02:00