libgit2/tests-clar/diff
Russell Belfer b36effa22e Replace git_diff_iterator_num_files with progress
The `git_diff_iterator_num_files` API was problematic, since we
don't actually know the exact number of files to be iterated over
until we load those files into memory.  This replaces it with a
new `git_diff_iterator_progress` API that goes from 0 to 1, and
moves and renamed the old API for the internal places that can
tolerate a max value instead of an exact value.
2012-09-10 09:59:14 -07:00
..
blob.c Diff iterators 2012-09-05 15:17:24 -07:00
diff_helpers.c Replace git_diff_iterator_num_files with progress 2012-09-10 09:59:14 -07:00
diff_helpers.h Diff iterators 2012-09-05 15:17:24 -07:00
diffiter.c Diff iterators 2012-09-05 15:17:24 -07:00
index.c Diff iterators 2012-09-05 15:17:24 -07:00
iterator.c diff: make inter-hunk-context default value git-compliant 2012-07-02 17:27:49 +02:00
patch.c Fix usage of "new" for fieldname in public header 2012-05-02 15:34:58 -07:00
tree.c Diff iterators 2012-09-05 15:17:24 -07:00
workdir.c Diff iterators 2012-09-05 15:17:24 -07:00