1 Mar 2010 03:00
Re: 'git add' regression in git-1.7?
Junio C Hamano <gitster <at> pobox.com>
2010-03-01 02:00:17 GMT
2010-03-01 02:00:17 GMT
Jeff King <peff <at> peff.net> writes: > I'm not sure of the right way to fix this. We can drop further down into > the directory hierarchy when doing COLLECT_IGNORED and look for actual > files, but that may have a negative performance impact. Wouldn't that have negative correctness impact? I don't see an obvious way out, other than perhaps checking the set of pathspecs twice. One thing that might help is to carry the seen[] array a bit longer so that we do not have to lose sight of what paths we were given but didn't match.
RSS Feed