]> git.proxmox.com Git - libgit2.git/commit - tests/diff/workdir.c
Rename diff objects and split patch.h
authorRussell Belfer <rb@github.com>
Fri, 11 Oct 2013 21:51:54 +0000 (14:51 -0700)
committerRussell Belfer <rb@github.com>
Fri, 11 Oct 2013 21:51:54 +0000 (14:51 -0700)
commit3ff1d123736e5686fb9ec16e65828d5b8ffa2b30
tree05c6baebe50c590008f91cf7d56732f52ca8ef66
parent743531372a00e41246026910e2361684e2aad59f
Rename diff objects and split patch.h

This makes no functional change to diff but renames a couple of
the objects and splits the new git_patch (formerly git_diff_patch)
into a new header file.
36 files changed:
examples/diff.c
examples/log.c
include/git2.h
include/git2/diff.h
include/git2/patch.h [new file with mode: 0644]
include/git2/pathspec.h
src/checkout.c
src/diff.c
src/diff.h
src/diff_file.c
src/diff_file.h
src/diff_patch.c
src/diff_patch.h
src/diff_print.c
src/diff_tform.c
src/diff_xdiff.c
src/pathspec.c
src/reset.c
src/stash.c
src/status.c
src/status.h
src/submodule.c
tests-clar/diff/blob.c
tests-clar/diff/diff_helpers.c
tests-clar/diff/diff_helpers.h
tests-clar/diff/diffiter.c
tests-clar/diff/drivers.c
tests-clar/diff/index.c
tests-clar/diff/notify.c
tests-clar/diff/patch.c
tests-clar/diff/pathspec.c
tests-clar/diff/rename.c
tests-clar/diff/submodules.c
tests-clar/diff/tree.c
tests-clar/diff/workdir.c
tests-clar/stress/diff.c