libgit2/tests-clar/diff
Russell Belfer 793c438559 Update diff callback param order
This makes the diff functions that take callbacks both take
the payload parameter after the callback function pointers and
pass the payload as the last argument to the callback function
instead of the first.  This should make them consistent with
other callbacks across the API.
2012-11-27 13:18:28 -08:00
..
blob.c Update diff callback param order 2012-11-27 13:18:28 -08:00
diff_helpers.c Update diff callback param order 2012-11-27 13:18:28 -08:00
diff_helpers.h Update diff callback param order 2012-11-27 13:18:28 -08:00
diffiter.c Add explicit git_index ptr to diff and checkout 2012-11-14 23:29:48 -08:00
index.c Update diff callback param order 2012-11-27 13:18:28 -08:00
iterator.c Add iterator for git_index object 2012-11-14 22:55:40 -08:00
patch.c Update diff callback param order 2012-11-27 13:18:28 -08:00
rename.c Update diff callback param order 2012-11-27 13:18:28 -08:00
tree.c Update diff callback param order 2012-11-27 13:18:28 -08:00
workdir.c Update diff callback param order 2012-11-27 13:18:28 -08:00