]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mm/line-log-use-standard-diff-output' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2026 04:36:32 +0000 (21:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2026 04:36:32 +0000 (21:36 -0700)
The way the "git log -L<range>:<file>" feature is bolted onto the
log/diff machinery is being reworked a bit to make the feature
compatible with more diff options, like -S/G.

* mm/line-log-use-standard-diff-output:
  doc: note that -L supports patch formatting and pickaxe options
  t4211: add tests for -L with standard diff options
  line-log: route -L output through the standard diff pipeline
  line-log: fix crash when combined with pickaxe options

1  2 
diff.c
revision.c

diff --cc diff.c
Simple merge
diff --cc revision.c
Simple merge