]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/exclude-with-gitignore' into seen
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 03:19:54 +0000 (12:19 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 03:19:54 +0000 (12:19 +0900)
"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

1  2 
dir.c

diff --cc dir.c
Simple merge