From: Junio C Hamano Date: Tue, 14 Oct 2025 19:56:09 +0000 (-0700) Subject: Merge branch 'kh/format-patch-range-diff-notes' X-Git-Tag: v2.52.0-rc0~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb58e4fa37a30ce56904b3f51308f3aa81d30a0;p=thirdparty%2Fgit.git Merge branch 'kh/format-patch-range-diff-notes' "git format-patch --range-diff=... --notes=..." did not drive the underlying range-diff with correct --notes parameter, ending up comparing with different set of notes from its main patch output you would get from "git format-patch --notes=..." for a singleton patch. * kh/format-patch-range-diff-notes: format-patch: handle range-diff on notes correctly for single patches revision: add rdiff_log_arg to rev_info range-diff: rename other_arg to log_arg --- deb58e4fa37a30ce56904b3f51308f3aa81d30a0