On Fri, Oct 24, 2008 at 9:54 PM, <david@xxxxxxx> wrote: > On Fri, 24 Oct 2008, Giuseppe Bilotta wrote: >> Zit does >> echo "*" > $GIT_DIR/info/exclude >> and yes it sucks to use a whole block for a file that only contains >> one character. Suggestions welcome. > > can this be configured in the config file? Yes, the file pointed at by the config key core.excludesfile is read too, so we could have it point at $GIT_DIR/zitexclude, which would allow us to spare a block. The most space saving would be achieved by a core.excludepattern or similar key, which would allow us to get rid of the exclude file altogether. -- Giuseppe "Oblomov" Bilotta -- 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