git/builtin
Taylor Blau 5b6653e523 builtin/commit-graph.c: dereference tags in builtin
When given a list of commits, the commit-graph machinery calls
'lookup_commit_reference_gently()' on each element in the set and treats
the resulting set of OIDs as the base over which to close for
reachability.

In an earlier collection of commits, the 'git commit-graph write
--reachable' case made the inner-most call to
'lookup_commit_reference_gently()' by peeling references before they
were passed over to the commit-graph internals.

Do the analog for 'git commit-graph write --stdin-commits' by calling
'lookup_commit_reference_gently()' outside of the commit-graph
machinery, making the inner-most call a noop.

Since this may incur additional processing time, surround
'read_one_commit' with a progress meter to provide output to the caller.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-05-18 12:51:11 -07:00
..
2020-02-14 12:54:19 -08:00
2020-04-16 15:38:06 -07:00
2019-11-11 11:46:29 +09:00
2020-04-28 15:50:00 -07:00
2020-05-01 13:39:54 -07:00
2020-03-24 15:04:43 -07:00
2020-05-01 13:39:59 -07:00
2020-05-01 13:39:54 -07:00
2019-05-13 14:22:54 +09:00
2020-02-10 09:04:45 -08:00
2020-03-24 15:04:44 -07:00
2020-03-24 15:04:44 -07:00
2020-04-29 16:15:27 -07:00
2020-05-01 13:39:51 -07:00
2020-03-24 15:04:44 -07:00
2020-04-22 13:42:49 -07:00
2019-06-19 08:19:21 -07:00
2020-03-10 11:41:40 -07:00