Files
git/builtin
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree
Using the commit-graph file to walk commit history removes the large
cost of parsing commits during the walk. This exposes a performance
issue: lookup_tree() takes a large portion of the computation time,
even when Git never uses those trees.

In anticipation of lazy-loading these trees, rename the 'tree' member
of struct commit to 'maybe_tree'. This serves two purposes: it hints
at the future role of possibly being NULL even if the commit has a
valid tree, and it allows for unambiguous transformation from simple
member access (i.e. commit->maybe_tree) to method access.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-04-11 10:47:16 +09:00
..
2017-11-27 11:06:37 +09:00
2018-02-15 14:55:43 -08:00
2017-10-06 10:07:18 +09:00
2016-11-22 13:55:20 -08:00
2017-12-27 11:16:25 -08:00
2017-06-24 14:28:41 -07:00
2018-04-11 10:47:16 +09:00
2018-02-15 14:55:43 -08:00
2017-11-18 12:31:29 +09:00
2017-10-07 16:27:55 +09:00
2018-04-11 10:47:16 +09:00
2018-02-13 13:39:04 -08:00
2017-12-08 09:52:42 -08:00
2018-02-22 10:08:05 -08:00
2018-02-22 10:08:05 -08:00
2018-04-11 10:47:16 +09:00
2017-11-21 14:07:50 +09:00
2017-06-24 14:28:41 -07:00
2017-08-26 22:55:09 -07:00
2018-02-15 14:55:43 -08:00
2018-04-11 10:47:16 +09:00
2018-02-22 10:08:05 -08:00
2017-12-08 09:52:42 -08:00
2017-12-13 11:15:14 -08:00
2017-08-22 10:29:03 -07:00
2017-12-27 11:16:29 -08:00
2017-11-21 14:07:50 +09:00