libgit2/tests-clar/diff
Russell Belfer d46b0a04c7 Improve iterator ignoring .git file
The workdir iterator has always tried to ignore .git files, but
it turns out there were some bugs.  This makes it more robust at
ignoring .git files.

This also makes iterators always check ".git" case insensitively
regardless of the properties of the system.  This will make libgit2
skip ".GIT" and the like.  This is different from core git, but on
systems with case insensitive but case preserving file systems,
allowing ".GIT" to be added is problematic.
2012-11-19 16:34:44 -08:00
..
blob.c Initial implementation of diff rename detection 2012-10-23 16:40:51 -07:00
diff_helpers.c Initial implementation of diff rename detection 2012-10-23 16:40:51 -07:00
diff_helpers.h Initial implementation of diff rename detection 2012-10-23 16:40:51 -07:00
diffiter.c Add explicit git_index ptr to diff and checkout 2012-11-14 23:29:48 -08:00
index.c Add explicit git_index ptr to diff and checkout 2012-11-14 23:29:48 -08:00
iterator.c Improve iterator ignoring .git file 2012-11-19 16:34:44 -08:00
patch.c Fix diff API to better parameter order 2012-11-14 22:54:31 -08:00
rename.c Fix diff API to better parameter order 2012-11-14 22:54:31 -08:00
tree.c Fix diff API to better parameter order 2012-11-14 22:54:31 -08:00
workdir.c Add explicit git_index ptr to diff and checkout 2012-11-14 23:29:48 -08:00