]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/exclude-with-gitignore' into seen
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Nov 2025 23:17:30 +0000 (15:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Nov 2025 23:17:30 +0000 (15:17 -0800)
commite28111b36fa1d27f472ec3ba1679dabc14eec321
tree28421e6fe3301443a3e0635db2f013a3f9d5c5de
parent7f22027e34ace93cdb8c669b3fd8145892ccad72
parent97660b2cfedeee452db8e852d6d476e333ac971d
Merge branch 'jc/exclude-with-gitignore' into seen

"git add ':(exclude)foo.o'" is clearly a request not to add 'foo.o',
but the command complained about listing an ignored path foo.o on
the command line, which has been corrected.

Comments?

* jc/exclude-with-gitignore:
  dir.c: do not be fooled by :(exclude) pathspec elements
dir.c