git-config-set: add more options
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 20 Nov 2005 05:52:22 +0000 (06:52 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 20 Nov 2005 07:15:07 +0000 (23:15 -0800)
commit4ddba79db76bd6425f00e99ceb1d82d179319aec
tree9cf3d1dec1dcfa54ab21573a6eacd6ea02e896ce
parent7b5d895da6d86eda36af84516a359192ca1da469
git-config-set: add more options

... namely

--replace-all, to replace any amount of matching lines, not just 0 or 1,
--get, to get the value of one key,
--get-all, the multivar version of --get, and
--unset-all, which deletes all matching lines from .git/config

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-config-set.txt
cache.h
config-set.c
config.c
t/t1300-config-set.sh [new file with mode: 0644]
t1300-config-set.sh [deleted file]