libgit2/examples
Russell Belfer 74fa4bfae3 Update diff to use iterators
This is a major reorganization of the diff code.  This changes
the diff functions to use the iterators for traversing the
content.  This allowed a lot of code to be simplified.  Also,
this moved the functions relating to outputting a diff into a
new file (diff_output.c).

This includes a number of other changes - adding utility
functions, extending iterators, etc. plus more tests for the
diff code.  This also takes the example diff.c program much
further in terms of emulating git-diff command line options.
2012-03-02 15:49:29 -08:00
..
network remote: Cleanup the remotes code 2011-11-28 08:40:40 +01:00
.gitignore update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00
diff.c Update diff to use iterators 2012-03-02 15:49:29 -08:00
general.c examples: use git_repository_odb instead of _database 2012-01-13 18:20:13 +01:00
Makefile Continue implementation of git-diff 2012-03-02 15:49:29 -08:00
showindex.c update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00