Patrick Steinhardt <ps@xxxxxx> writes: > When fetching, Git will by default print a list of all updated refs in a > nicely formatted table. In order to come up with this table, Git needs > to iterate refs twice: first to determine the maximum column width, and > a second time to actually format these changed refs. > ... > Signed-off-by: Patrick Steinhardt <ps@xxxxxx> > --- Will queue. Looks sensible. Thanks.