Jeff King <peff@xxxxxxxx> writes: > Speaking of which; does anybody know of a git-aware ccache-like tool? > We already have a nice index of the sha1 of each file in the repository > (along with a stat cache showing us whether it's up-to-date or not). > Something like ccache could avoid even looking in the C files at all if > it relied on git's index. It would be a bit harder than that I think. IIRC, ccache hashes the preprocessed file, hence it will notice if a .h file changed, even if it's outside the project. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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