]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/diff-no-index-with-pathspec'
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Jun 2025 17:44:41 +0000 (10:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jun 2025 17:44:42 +0000 (10:44 -0700)
commit2024ab3d97c482809cdc50e6adcc35750cd3bda0
tree49894980f3d53a331ba24fdfa88b2cf2e3f6c212
parent5e22d03832742362ad83733f838e645aba9c9bb4
parent09fb155f11128b505c227aae673de957c9388240
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