author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sun, 20 Nov 2005 05:52:22 +0000 (06:52 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 20 Nov 2005 07:15:07 +0000 (23:15 -0800) | ||
commit | 4ddba79db76bd6425f00e99ceb1d82d179319aec | |
tree | 9cf3d1dec1dcfa54ab21573a6eacd6ea02e896ce | tree | snapshot |
parent | 7b5d895da6d86eda36af84516a359192ca1da469 | commit | diff |
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>
... 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 | diff | blob | history | |
cache.h | diff | blob | history | |
config-set.c | diff | blob | history | |
config.c | diff | blob | history | |
t/t1300-config-set.sh | [new file with mode: 0644] | blob |
t1300-config-set.sh | [deleted file] | blob | history |