Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes: > I notice that Junio merged my fnmatch-avoidance patch, but I have a few > other optimizations that I track in my private tree that I have sent out > but probably didn't get much attention. They do matter from a performance > angle, even if not as much as avoiding fnmatch did. > ... > and while this probably doesn't matter on most loads, the reason I'm > re-sending is that I think it's pretty solid and core code. I've been > running with both of these patches (and some others) rebased on top of > Junio's tree for the last few weeks. Unfortunately this seems to depend on stuff still in 'next', and a trivial rebasing seems to break switching branches with "git checkout" in t4122 (switching from 'master' to 'test' will lose arch/i386/boot/Makefile). I'll take a hint and merge the "case insensitive" and "diff-submodule" series to 'master' and then apply these two --- the result does not have the git-checkout breakage. -- 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