]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/fetch-output-format'
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 May 2023 20:59:07 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 May 2023 20:59:07 +0000 (13:59 -0700)
"git fetch" learned the "--porcelain" option that emits what it did
in a machine-parseable format.

* ps/fetch-output-format:
  fetch: introduce machine-parseable "porcelain" output format
  fetch: move option related variables into main function
  fetch: lift up parsing of "fetch.output" config variable
  fetch: introduce `display_format` enum
  fetch: refactor calculation of the display table width
  fetch: print left-hand side when fetching HEAD:foo
  fetch: add a test to exercise invalid output formats
  fetch: split out tests for output format
  fetch: fix `--no-recurse-submodules` with multi-remote fetches

1  2 
builtin/fetch.c

diff --cc builtin/fetch.c
Simple merge