]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mm/line-log-cleanup' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:24 +0000 (13:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:24 +0000 (13:01 +0900)
The `git log -L` implementation has been refactored to use the
standard diff output pipeline, enabling pickaxe and diff-filter to
work as expected. Additionally, metadata-only diff formats like
--raw and --name-only are now supported with -L.

* mm/line-log-cleanup:
  line-log: allow non-patch diff formats with -L
  line-log: integrate -L output with the standard log-tree pipeline
  revision: move -L setup before output_format-to-diff derivation

1  2 
line-log.c
revision.c

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