]> git.proxmox.com Git - libgit2.git/commit
Continue implementation of git-diff
authorRussell Belfer <arrbee@arrbee.com>
Tue, 7 Feb 2012 20:14:28 +0000 (12:14 -0800)
committerRussell Belfer <arrbee@arrbee.com>
Fri, 2 Mar 2012 23:49:29 +0000 (15:49 -0800)
commita2e895be820a2fd77285ef4576afe53f68c96ca2
treea086aaaad07d11d17bec91f3660b22a96250df65
parent5a2f097fdc1408500cff9addf378f86046363665
Continue implementation of git-diff

* Implemented git_diff_index_to_tree
* Reworked git_diff_options structure to handle more options
* Made most of the options in git_diff_options actually work
* Reorganized code a bit to remove some redundancy
* Added option parsing to examples/diff.c to test most options
examples/Makefile
examples/diff.c
include/git2/diff.h
src/diff.c
src/diff.h
tests-clar/diff/blob.c
tests-clar/diff/diff_helpers.c
tests-clar/diff/diff_helpers.h
tests-clar/diff/index.c [new file with mode: 0644]
tests-clar/diff/tree.c