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 /builtin/commit-tree.c | |
parent | aab9583f7b5ea5463eb3f653a0b4ecac7539dc94 (diff) |
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 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions