]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/diff_file.c
diff: rename the file's 'oid' to 'id'
authorCarlos Martín Nieto <cmn@dwim.me>
Fri, 24 Jan 2014 19:23:17 +0000 (20:23 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Sat, 25 Jan 2014 07:15:44 +0000 (08:15 +0100)
commit9950bb4e8de076565976128559ff273e9d4a2a78
tree6514d51afd8a447c1cfdf86eece2ae28df2e1fa4
parentf000ee4e5b840e9f110123a050777fb1301b19bf
diff: rename the file's 'oid' to 'id'

In the same vein as the previous commits in this series.
14 files changed:
include/git2/diff.h
src/checkout.c
src/diff.c
src/diff.h
src/diff_file.c
src/diff_patch.c
src/diff_print.c
src/diff_tform.c
src/merge.c
src/merge_file.c
src/reset.c
src/status.c
tests/checkout/index.c
tests/diff/blob.c