libgit2/include
Russell Belfer 56c72b759c Fix diff constructor name order confusion
The diff constructor functions had some confusing names, where the
"old" side of the diff was coming after the "new" side.  This
reverses the order in the function name to make it less confusing.

Specifically...

* git_diff_index_to_tree becomes git_diff_tree_to_index
* git_diff_workdir_to_index becomes git_diff_index_to_workdir
* git_diff_workdir_to_tree becomes git_diff_tree_to_workdir
2012-12-17 11:00:53 -08:00
..
git2 Fix diff constructor name order confusion 2012-12-17 11:00:53 -08:00
git2.h Merge pull request #1108 from libgit2/ahead-behind-count 2012-11-29 22:53:34 -08:00