Merge branch 'ps/fetch-ref-update-reporting'
commite9dffbc7f11704bd25e5a36e41e5fe5c5d1f7183
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Apr 2023 20:38:28 +0000 (6 13:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Apr 2023 20:38:28 +0000 (6 13:38 -0700)
treed23a12718b2135361fefeb2c61b5cfabb13f25b3
parent955abf5f72617f6044fdadeeaee7e9b78735340a
parentd6606e02aaff963f51fe9cbda048613ff0cd5870
Merge branch 'ps/fetch-ref-update-reporting'

Clean-up of the code path that reports what "git fetch" did to each
ref.

* ps/fetch-ref-update-reporting:
  fetch: centralize printing of reference updates
  fetch: centralize logic to print remote URL
  fetch: centralize handling of per-reference format
  fetch: pass the full local reference name to `format_display`
  fetch: move output format into `display_state`
  fetch: move reference width calculation into `display_state`
builtin/fetch.c