]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kh/format-patch-range-diff-notes'
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 19:56:09 +0000 (12:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 19:56:09 +0000 (12:56 -0700)
commitdeb58e4fa37a30ce56904b3f51308f3aa81d30a0
tree1118748c41469388bb812a11af5799a7ff688f91
parent9ff172d0ee65dfea6a8e329ab4363e2afa6dea49
parent155986b49b52b9b5910edc0fd56ba46f0f1bed22
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
builtin/log.c
builtin/range-diff.c
log-tree.c
revision.h