diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2016-06-24 23:09:26 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-28 11:39:02 -0700 |
commit | 9b561499963d3f8b9ad15f5eae667ec5558f5af1 (patch) | |
tree | a1a02a5acc2fe9e6dda99f39166b115507e1642c /t/test-binary-1.png | |
parent | merge-recursive: convert struct stage_data to use object_id (diff) | |
download | tgif-9b561499963d3f8b9ad15f5eae667ec5558f5af1.tar.xz |
merge-recursive: convert struct merge_file_info to object_id
Convert struct merge_file_info to use struct object_id. The following
Coccinelle semantic patch was used to implement this, followed by the
transformations in object_id.cocci:
@@
struct merge_file_info o;
@@
- o.sha
+ o.oid.hash
@@
struct merge_file_info *p;
@@
- p->sha
+ p->oid.hash
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/test-binary-1.png')
0 files changed, 0 insertions, 0 deletions