diff options
| author | brian m. carlson <sandals@crustytoothpaste.net> | 2018-03-12 02:27:31 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-03-14 09:23:48 -0700 |
| commit | 16f0705df107410db8454f3726c49d8c488853c9 (patch) | |
| tree | 9c72e9d75558b0a489a0a45a832dcfb8aada12cb /replace_object.c | |
| parent | Convert find_unique_abbrev* to struct object_id (diff) | |
| download | git-16f0705df107410db8454f3726c49d8c488853c9.tar.gz git-16f0705df107410db8454f3726c49d8c488853c9.zip | |
http-walker: convert struct object_request to use struct object_id
Convert struct object_request to use struct object_id by updating the
definition and applying the following semantic patch, plus the standard
object_id transforms:
@@
struct object_request E1;
@@
- E1.sha1
+ E1.oid.hash
@@
struct object_request *E1;
@@
- E1->sha1
+ E1->oid.hash
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'replace_object.c')
0 files changed, 0 insertions, 0 deletions
