]> git.proxmox.com Git - libgit2.git/commit - src/diff.c
Fix usage of "new" for fieldname in public header
authorRussell Belfer <arrbee@arrbee.com>
Mon, 5 Mar 2012 07:28:36 +0000 (23:28 -0800)
committerRussell Belfer <rb@github.com>
Wed, 2 May 2012 22:34:58 +0000 (15:34 -0700)
commit16b83019af63d837b6934bcf1b71b8697d5d94c8
tree09f9ca31b329fc630629d11aa097e6563f1904b5
parentb88021463f9ca4ebffe8e2a5b15d4b09be465923
Fix usage of "new" for fieldname in public header

This should restore the ability to include libgit2 headers
in C++ projects.

Cherry picked 2de60205dfea2c4a422b2108a5e8605f97c2e895 from
development into new-error-handling.
include/git2/diff.h
src/diff.c
src/diff.h
src/diff_output.c
src/status.c
tests-clar/diff/patch.c