Thanks for the review. I'll send an updated series soon. On Thu, Jul 21, 2011 at 01:28:50PM -0700, Junio C Hamano wrote: > Is it really necessary to have an ugly > loop to make things relative, though? The path must be relative to allow the superproject to be moved around. > I wonder if we want a new option to "git rev-parse" so that we can say > > git rev-parse --is-well-formed-git-dir init/.git > > to perform these checks without exposing the implimentation detail. How about using (cd <repo>; git rev-parse --verify HEAD" >/dev/null) instead? Med vänliga hälsningar Fredrik Gustafsson -- 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