]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'ta/config-add-to-empty-or-true-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2014 05:10:25 +0000 (22:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2014 05:10:25 +0000 (22:10 -0700)
"git config --add section.var val" used to lose existing
section.var whose value was an empty string.

* ta/config-add-to-empty-or-true-fix:
  config: avoid a funny sentinel value "a^"
  make config --add behave correctly for empty and NULL values

1  2 
builtin/config.c
cache.h
config.c

Simple merge
diff --cc cache.h
Simple merge
diff --cc config.c
Simple merge