Hi, On Sat, 8 Mar 2008, Daniel Barkalow wrote: > The caller first calls set_git_dir() to specify the GIT_DIR, and then > calls init_db() to initialize it. This also cleans up various parts of > the code to account for the fact that everything is done with GIT_DIR > set, so it's unnecessary to pass the specified directory around. I think the most controversial part is that you change the way it is determined if the repository is a bare one. It might have the same result (I do not have time to check it...), but the computation is performed differently. Ciao, Dscho -- 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