On Mon, 4 Aug 2008, Junio C Hamano wrote: > > I started to revisit this issue and patched "git update-index --add" > and "git add" so far. Patches follow. Patches look good to me, but did you check the performance impact? The rewritten 'has_symlink_leading_path()' should do ok, but it migth still be a huge performance downside to check all the paths for things like "git add -u". I didn't test, though. Linus -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html