]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/format-patch-with-range-diff'
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Jun 2024 22:55:52 +0000 (15:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jun 2024 22:55:52 +0000 (15:55 -0700)
The inter/range-diff output has been moved to the end of the patch
when format-patch adds it to a single patch, instead of writing it
before the patch text, to be consistent with what is done for a
cover letter for a multi-patch series.

* jc/format-patch-with-range-diff:
  format-patch: move range/inter diff at the end of a single patch output
  show_log: factor out interdiff/range-diff generation


Trivial merge