From: Junio C Hamano Date: Mon, 15 May 2023 20:59:07 +0000 (-0700) Subject: Merge branch 'ps/fetch-output-format' X-Git-Tag: v2.41.0-rc0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15ba44f1b4c307d8b2a7810232d902720f039892;p=thirdparty%2Fgit.git Merge branch 'ps/fetch-output-format' "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 --- 15ba44f1b4c307d8b2a7810232d902720f039892