libgit2/tests-clar/resources/status
Russell Belfer f335ecd6e1 Diff iterators
This refactors the diff output code so that an iterator object
can be used to traverse and generate the diffs, instead of just
the `foreach()` style with callbacks.  The code has been rearranged
so that the two styles can still share most functions.

This also replaces `GIT_REVWALKOVER` with `GIT_ITEROVER` and uses
that as a common error code for marking the end of iteration when
using a iterator style of object.
2012-09-05 15:17:24 -07:00
..
.gitted Diff iterators 2012-09-05 15:17:24 -07:00
subdir Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
current_file Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
ignored_file Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
modified_file Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
new_file Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
staged_changes Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
staged_changes_modified_file Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
staged_delete_modified_file Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
staged_new_file Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
staged_new_file_modified_file Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
subdir.txt Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
Fix git_status_file for files that start with a character > 0x7f 2012-06-07 09:50:19 -04:00