libgit2/include/git2
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
..
attr.h More external API cleanup 2012-11-27 13:18:27 -08:00
blob.h More external API cleanup 2012-11-27 13:18:27 -08:00
branch.h branch: Deploy EINVALIDSPEC usage 2012-12-01 08:34:28 +01:00
checkout.h Allow compilation as C++ 2012-12-06 19:41:52 -08:00
clone.h Move non-options back out of options struct 2012-12-14 13:46:45 -08:00
commit.h More external API cleanup 2012-11-27 13:18:27 -08:00
common.h Push! By schu, phkelley, and congyiwu, et al 2012-11-28 11:42:37 -05:00
config.h Allow compilation as C++ 2012-12-06 19:41:52 -08:00
diff.h Fix diff constructor name order confusion 2012-12-17 11:00:53 -08:00
errors.h errors: Introduce EINVALIDSPEC error code 2012-12-01 08:34:22 +01:00
graph.h Rename git_count_ahead_behind -> git_graph_ahead_behind 2012-11-28 18:54:57 -08:00
ignore.h Set up default internal ignores 2012-11-19 16:33:30 -08:00
index.h Fix warnings on Win64 build 2012-11-27 13:18:29 -08:00
indexer.h API updates for indexer.h 2012-11-27 13:18:29 -08:00
inttypes.h msvc: Properly handle inttypes.h/stdint.h 2011-10-05 16:21:16 -04:00
merge.h Rename git_count_ahead_behind -> git_graph_ahead_behind 2012-11-28 18:54:57 -08:00
message.h Clarify git_message_prettify comments 2012-11-27 15:00:28 -08:00
net.h API updates for remote.h 2012-11-27 13:19:49 -08:00
notes.h Remove git_note_data structure 2012-11-27 14:47:39 -08:00
object.h object: refine git_object_peel() error report 2012-12-01 08:34:29 +01:00
odb_backend.h Allow compilation as C++ 2012-12-06 19:41:52 -08:00
odb.h odb: Add git_odb_add_disk_alternate 2012-11-28 10:47:10 +01:00
oid.h API updates for oid.h 2012-11-27 13:18:30 -08:00
pack.h Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
push.h Push! By schu, phkelley, and congyiwu, et al 2012-11-28 11:42:37 -05:00
reflog.h reflog: Deploy EINVALIDSPEC usage 2012-12-01 08:34:27 +01:00
refs.h Merge pull request #1115 from ben/struct-versions 2012-12-05 11:47:19 -08:00
refspec.h refspec: add git_refspec__free, remove git_refspec_parse 2012-09-30 11:56:37 +02:00
remote.h Define constant for default fetch spec 2012-12-13 08:47:29 -08:00
repository.h Allow compilation as C++ 2012-12-06 19:41:52 -08:00
reset.h Updates to reset.h 2012-11-27 13:18:28 -08:00
revparse.h revparse: Deploy EINVALIDSPEC usage 2012-12-01 08:34:31 +01:00
revwalk.h API updates for revwalk.h 2012-11-27 14:01:24 -08:00
signature.h Various minor commenting fixes 2012-11-27 15:28:48 -08:00
stash.h API updates for stash.h 2012-11-27 14:06:56 -08:00
status.h Allow compilation as C++ 2012-12-06 19:41:52 -08:00
stdint.h msvc: Properly handle inttypes.h/stdint.h 2011-10-05 16:21:16 -04:00
strarray.h Cleanup nitpicky things 2012-11-30 13:12:10 -08:00
submodule.h API updates for submodule.h 2012-11-27 13:18:28 -08:00
tag.h tag: Deploy EINVALIDSPEC usage 2012-12-01 08:34:28 +01:00
threads.h move hash library func ptrs to global global 2012-11-13 10:23:05 -06:00
transport.h Add a payload param to git_cred_acquire_cb 2012-12-10 11:11:01 -08:00
tree.h Clean up iterator APIs 2012-12-10 15:38:28 -08:00
types.h Remove GIT_SIGNATURE_VERSION and friends 2012-12-03 12:41:50 -08:00
version.h libgit2 v0.17.0 "Lord of Diffstruction" 2012-05-19 01:40:46 +02:00