libgit2/tests-clar/diff
Russell Belfer 25423d03b8 Support case insensitive tree iterators and status
This makes tree iterators directly support case insensitivity by
using a secondary index that can be sorted by icase.  Also, this
fixes the ambiguity check in the git_status_file API to also be
case insensitive.  Lastly, this adds new test cases for case
insensitive range boundary checking for all types of iterators.

With this change, it should be possible to deprecate the spool
and sort iterator, but I haven't done that yet.
2013-01-15 09:51:35 -08:00
..
blob.c Share git_diff_blobs/git_diff_blob_to_buffer code 2013-01-07 15:44:22 -08:00
diff_helpers.c Update diff callback param order 2012-11-27 13:18:28 -08:00
diff_helpers.h Deploy GIT_INIT_STRUCTURE 2012-11-30 20:34:50 -08:00
diffiter.c Fix diff constructor name order confusion 2012-12-17 11:00:53 -08:00
index.c Fix some leaks and (possibly) dangling pointers in tests 2012-12-19 08:04:31 +01:00
iterator.c Support case insensitive tree iterators and status 2013-01-15 09:51:35 -08:00
patch.c Fix diff patch line number calculation 2013-01-11 11:20:44 -08:00
rename.c Deploy GIT_DIFF_FIND_OPTIONS_INIT 2012-11-30 13:12:15 -08:00
tree.c Deploy GIT_DIFF_OPTIONS_INIT 2012-11-30 13:12:14 -08:00
workdir.c tests: plug a couple of leaks 2013-01-11 16:54:57 +01:00