onsdag 15 april 2009 18:47:52 skrev E R <pc88mxer@xxxxxxxxx>: > Ok - I was wrong about the timestamps not getting updated. Thanks for > that correction. > > However, what about the idea of associating the result of a build with > the hash of the source files used by the build, and using git to > compute the hash? Take a look at ccache. It doesn't use Git, but it uses hashes of source, and compiler flags and associates that with the resulting object files, so it can avoid compiling. If you are building largs C/C++ (especially C++) projects you want it. -- robin -- 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