libgit2/tests-clar/diff
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
..
blob.c Deploy GIT_INIT_STRUCTURE 2012-11-30 20:34:50 -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 diff constructor name order confusion 2012-12-17 11:00:53 -08:00
iterator.c Fix iterator reset and add reset ranges 2012-12-10 15:38:41 -08:00
patch.c Fix warnings on Win64 build 2012-11-27 13:18:29 -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 Fix diff constructor name order confusion 2012-12-17 11:00:53 -08:00