commit | c1063be2a3e14ac042db4fe9b9bcea8f2768886a | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Tue Aug 19 02:20:00 2014 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Sep 11 16:33:54 2014 -0700 |
tree | 2859019665ab4774fe6699ae06d0aa67e17ae8db | |
parent | c8466645edd1413c7efed824f5bddac457eb77f9 [diff] |
config: avoid a funny sentinel value "a^" Introduce CONFIG_REGEX_NONE as a more explicit sentinel value to say "we do not want to replace any existing entry" and use it in the implementation of "git config --add". Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>