diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2017-10-15 22:07:02 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-16 11:05:51 +0900 |
commit | b420d90980a31246836680b68ca15e0239a8b696 (patch) | |
tree | 2e455c17799c655f6f79f8d31a50deec0dae04ac /environment.c | |
parent | builtin/pack-objects: convert to struct object_id (diff) | |
download | tgif-b420d90980a31246836680b68ca15e0239a8b696.tar.xz |
refs: convert peel_ref to struct object_id
Convert peel_ref (and its corresponding backend) to struct object_id.
This transformation was done with an update to the declaration,
definition, comments, and test helper and the following semantic patch:
@@
expression E1, E2;
@@
- peel_ref(E1, E2.hash)
+ peel_ref(E1, &E2)
@@
expression E1, E2;
@@
- peel_ref(E1, E2->hash)
+ peel_ref(E1, E2)
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'environment.c')
0 files changed, 0 insertions, 0 deletions