On Tue, Jul 12, 2011 at 20:25, Jeff King <peff@xxxxxxxx> wrote: [1] If we were starting from scratch, you could make that distinction > with a new operator, like: > > [core] > autoLogRef = heads > autoLogRef += remotes > autoLogRef += notes > autoLogRef = heads > > which would be equivalent to what you wrote above. But because it > switches the semantics of "=" to "replace" instead of "append" for > multi-value keys, it would break all current config that uses multiple > "fetch" lines (for example). Adding ! as a negator would also break config files read by old git versions. Bert > -- 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