On Fri, Mar 4, 2011 at 1:26 PM, Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> wrote: > 2011/3/4 Piotr Krukowiecki <piotr.krukowiecki@xxxxxxxxx>: >> I thought it was user-level file, like $GIT_DIR >> >> I'm not into data duplication, but in this case the message is next to the >> previous use: >> >> if (prefixcmp(buf, "gitdir: ")) >> die("Invalid gitfile format: %s\nUse gitdir: <PATH>", path); >> >> >> BTW I think it might be enough to have just path in the .git file. If >> .git has path >> to a correct git repo then chances it's coincidence are quite low. >> (The format does not matter if it's internal file of course) > > It's actually good that path is prefixed by gitdir. I imagine once > superproject is supported, .git file in subprojects will have another > line > > supergitdir: /path/to/superproject Why would it be better than keeping this information under .git/, in config or other specific file? -- Piotrek -- 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