]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/merge-compact-summary' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Jun 2025 16:50:43 +0000 (09:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jun 2025 16:50:43 +0000 (09:50 -0700)
"git merge/pull" has been taught the "--compact-summary" option to
use the compact-summary format, intead of diffstat, when showing
the summary of the incoming changes.

* jc/merge-compact-summary:
  merge/pull: extend merge.stat configuration variable to cover --compact-summary
  merge/pull: add the "--compact-summary" option


Trivial merge