On Feb 2, 2008 4:56 PM, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > On Sat, 2 Feb 2008, Lars Hjemli wrote: > > > +static const char *read_gitfile_gently(const char *path) > > +{ > > + static char buf[PATH_MAX + 10]; /* "GITDIR: " + "\n" + "\0" */ > > Why say "GITDIR:"? Do you want to be able to set other things there, too, > like GITWORKDIR? Not ATM, but it might become useful to specify some other bits of configuration in this file (especially if one uses multiple workdirs). Your other comments also made perfect sense so I'll send a reworked patch. -- larsh - 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