From: Junio C Hamano Date: Thu, 8 Jan 2026 07:41:14 +0000 (+0900) Subject: Merge branch 'jc/exclude-with-gitignore' into seen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82911d00186941c079f0d8544751ddd0573a6b45;p=thirdparty%2Fgit.git 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 --- 82911d00186941c079f0d8544751ddd0573a6b45