Files
git/builtin
Junio C Hamano 901f3d403e fetch: pass summary_width down the callchain
The leaf function on the "fetch" side that uses TRANSPORT_SUMMARY_WIDTH
constant is builtin/fetch.c::format_display() and it has two distinct
callchains.  The one that reports the primary result of fetch originates
at store_updated_refs(); the other one that reports the pruning of
the remote-tracking refs originates at prune_refs().

Teach these two places to pass summary_width down the callchain,
just like we did for the "push" side in the previous commit.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2016-10-21 15:22:55 -07:00
..
2016-06-07 17:43:39 -07:00
2016-09-19 13:47:19 -07:00
2016-09-21 15:15:28 -07:00
2016-02-26 13:37:16 -08:00
2016-09-08 21:49:50 -07:00
2015-11-20 08:02:05 -05:00
2016-09-21 15:15:24 -07:00
2016-08-30 16:09:41 -07:00
2015-10-21 15:59:34 -07:00
2016-02-26 13:37:16 -08:00
2016-07-13 11:24:10 -07:00
2016-07-14 15:50:41 -07:00
2016-07-25 14:13:33 -07:00
2016-07-13 11:24:10 -07:00
2015-10-05 13:20:08 -07:00
2016-04-29 12:59:09 -07:00
2016-09-21 15:15:28 -07:00