]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/exclude-with-gitignore' into seen
authorJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:38 +0000 (10:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:38 +0000 (10:37 -0800)
commit7c659dbb8ec5e818f323ec68020f2d87556c8172
tree70fb847ebbb80b94d15ae9c0a774bc254b5ffcdd
parentc0538fb71cfe22c62a5035fdae8974b0299feaa5
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.

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