]> git.proxmox.com Git - libgit2.git/commit - tests/libgit2/diff/drivers.c
Diff API cleanup
authorRussell Belfer <rb@github.com>
Tue, 15 Oct 2013 22:10:07 +0000 (15:10 -0700)
committerRussell Belfer <rb@github.com>
Tue, 15 Oct 2013 22:10:07 +0000 (15:10 -0700)
commit10672e3e455eba2d4ca983070ed427caeeb24a6f
treee812af06091362849e9ecd279c5547e401cb0862
parent3ff1d123736e5686fb9ec16e65828d5b8ffa2b30
Diff API cleanup

This lays groundwork for separating formatting options from diff
creation options.  This groups the formatting flags separately
from the diff list creation flags and reorders the options.  This
also tweaks some APIs to further separate code that uses patches
from code that just looks at git_diffs.
21 files changed:
examples/diff.c
examples/log.c
include/git2/diff.h
include/git2/patch.h
src/diff.c
src/diff_file.c
src/diff_patch.c
src/diff_print.c
src/diff_tform.c
src/diff_xdiff.c
src/reset.c
src/stash.c
tests-clar/diff/blob.c
tests-clar/diff/diff_helpers.c
tests-clar/diff/diffiter.c
tests-clar/diff/drivers.c
tests-clar/diff/patch.c
tests-clar/diff/rename.c
tests-clar/diff/submodules.c
tests-clar/diff/tree.c
tests-clar/diff/workdir.c