From: Junio C Hamano Date: Tue, 17 Jun 2025 17:44:41 +0000 (-0700) Subject: Merge branch 'jk/diff-no-index-with-pathspec' X-Git-Tag: v2.51.0-rc0~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2024ab3d97c482809cdc50e6adcc35750cd3bda0;p=thirdparty%2Fgit.git Merge branch 'jk/diff-no-index-with-pathspec' "git diff --no-index dirA dirB" can limit the comparison with pathspec at the end of the command line, just like normal "git diff". * jk/diff-no-index-with-pathspec: diff --no-index: support limiting by pathspec pathspec: add flag to indicate operation without repository pathspec: add match_leading_pathspec variant --- 2024ab3d97c482809cdc50e6adcc35750cd3bda0