From: Junio C Hamano Date: Wed, 3 Jun 2026 23:13:55 +0000 (+0900) Subject: Merge branch 'mm/line-log-cleanup' into jch X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cfcf455d2c03a9db90e63b5f1309a7115f6874a1;p=thirdparty%2Fgit.git Merge branch 'mm/line-log-cleanup' into jch 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 --- cfcf455d2c03a9db90e63b5f1309a7115f6874a1