]> git.proxmox.com Git - libgit2.git/commit
Add test for diffs with submodules and bug fixes
authorRussell Belfer <rb@github.com>
Mon, 8 Oct 2012 22:19:00 +0000 (15:19 -0700)
committerRussell Belfer <rb@github.com>
Mon, 8 Oct 2012 22:22:40 +0000 (15:22 -0700)
commit5d1308f25ff36d03f0a22451642cc0f2a931daae
tree1d9c581f1a2b756a35c95f15077630a9fac34a2c
parent71966e2f1bdfb75b7e57942d572ea089ce32e463
Add test for diffs with submodules and bug fixes

The adds a test for the submodule diff capabilities and then
fixes a few bugs with how the output is generated.  It improves
the accuracy of OIDs in the diff delta object and makes the
submodule output more closely mirror the OIDs that will be used
by core git.
include/git2/submodule.h
src/diff.c
src/diff_output.c
tests-clar/diff/workdir.c