brian m. carlson
a9dbc17910
tree: convert parse_tree_indirect to struct object_id
...
Convert parse_tree_indirect to take a pointer to struct object_id.
Update all the callers. This transformation was achieved using the
following semantic patch and manual updates to the declaration and
definition. Update builtin/checkout.c manually as well, since it uses a
ternary expression not handled by the semantic patch.
@@
expression E1;
@@
- parse_tree_indirect(E1.hash)
+ parse_tree_indirect(&E1)
@@
expression E1;
@@
- parse_tree_indirect(E1->hash)
+ parse_tree_indirect(E1)
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2017-05-08 15:12:58 +09:00
..
2016-12-07 11:31:59 -08:00
2017-05-08 15:12:58 +09:00
2016-11-22 13:55:20 -08:00
2017-05-08 15:12:58 +09:00
2017-05-08 15:12:57 +09:00
2017-03-21 11:18:41 -07:00
2017-03-31 08:33:56 -07:00
2017-02-01 13:46:53 -08:00
2016-12-07 11:31:59 -08:00
2017-05-08 15:12:58 +09:00
2017-02-27 13:57:16 -08:00
2017-05-08 15:12:58 +09:00
2017-05-08 15:12:57 +09:00
2017-05-08 15:12:58 +09:00
2017-04-26 15:39:08 +09:00
2017-02-22 10:12:15 -08:00
2017-05-08 15:12:57 +09:00
2017-05-08 15:12:57 +09:00
2017-05-08 15:12:57 +09:00
2017-04-13 17:53:08 -07:00
2017-05-08 15:12:57 +09:00
2017-03-31 08:33:56 -07:00
2017-05-08 15:12:57 +09:00
2017-05-08 15:12:57 +09:00
2017-03-24 12:15:26 -07:00
2017-05-08 15:12:57 +09:00
2017-04-23 22:07:57 -07:00
2017-04-19 21:37:21 -07:00
2017-03-21 11:18:41 -07:00
2017-05-08 15:12:57 +09:00
2017-03-08 14:38:41 -08:00
2017-05-08 15:12:57 +09:00
2017-05-08 15:12:58 +09:00
2017-03-30 14:59:50 -07:00
2017-05-08 15:12:58 +09:00
2017-03-21 11:18:41 -07:00
2017-05-08 15:12:57 +09:00
2017-03-21 11:18:41 -07:00
2017-03-26 22:08:21 -07:00
2017-05-08 15:12:57 +09:00
2017-05-08 15:12:58 +09:00
2017-01-18 15:12:15 -08:00
2017-05-02 10:46:41 +09:00
2017-05-08 15:12:57 +09:00
2017-05-08 15:12:57 +09:00
2017-04-14 03:53:25 -07:00
2017-03-26 22:08:21 -07:00
2017-02-22 10:12:15 -08:00
2017-05-02 10:46:41 +09:00
2017-05-08 15:12:58 +09:00
2017-04-02 09:49:24 -07:00
2017-05-08 15:12:58 +09:00
2017-02-09 14:55:26 -08:00
2017-05-08 15:12:57 +09:00
2017-05-08 15:12:57 +09:00
2017-03-21 15:03:28 -07:00
2016-12-29 13:45:37 -08:00
2017-05-08 15:12:57 +09:00
2017-05-08 15:12:58 +09:00
2017-03-26 22:08:21 -07:00
2017-05-08 15:12:57 +09:00
2017-03-17 13:50:28 -07:00
2017-02-13 14:33:32 -08:00
2017-04-19 21:37:13 -07:00
2017-03-24 13:07:37 -07:00
2017-05-08 15:12:57 +09:00
2017-01-23 18:51:56 -08:00
2016-11-21 11:00:38 -08:00
2017-05-01 14:14:44 +09:00
2017-02-20 22:04:47 -08:00
2017-05-08 15:12:57 +09:00
2017-05-08 15:12:57 +09:00
2017-04-11 00:21:51 -07:00
2017-02-20 22:04:47 -08:00
2016-11-22 13:55:20 -08:00
2017-05-08 15:12:57 +09:00
2017-01-17 16:10:22 -08:00
2017-04-26 15:39:12 +09:00