author | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 Mar 2009 21:29:03 +0000 (14:29 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 Mar 2009 21:29:03 +0000 (14:29 -0700) | ||
commit | 17e46ea6fea5273b51b424a8016f9da3412792d4 | |
tree | b394b7c1d2d280d7a8fac60ff63e741c310c5bbf | tree | snapshot |
parent | 8f0246551c3964eeb16d9c9f39845bd53af8bda8 | commit | diff |
parent | bf71b4b3ee07291e97c4dabfb97e7397eec904e0 | commit | diff |
Merge branch 'fc/parseopt-config'
* fc/parseopt-config:
config: test for --replace-all with one argument and fix documentation.
config: set help text for --bool-or-int
git config: don't allow --get-color* and variable type
git config: don't allow extra arguments for -e or -l.
git config: don't allow multiple variable types
git config: don't allow multiple config file locations
git config: reorganize to use parseopt
git config: reorganize get_color*
git config: trivial rename in preparation for parseopt
git_config(): not having a per-repo config file is not an error
* fc/parseopt-config:
config: test for --replace-all with one argument and fix documentation.
config: set help text for --bool-or-int
git config: don't allow --get-color* and variable type
git config: don't allow extra arguments for -e or -l.
git config: don't allow multiple variable types
git config: don't allow multiple config file locations
git config: reorganize to use parseopt
git config: reorganize get_color*
git config: trivial rename in preparation for parseopt
git_config(): not having a per-repo config file is not an error
Documentation/git-config.txt | diff1 | | diff2 | | blob | history |
config.c | diff1 | | diff2 | | blob | history |
t/t1300-repo-config.sh | diff1 | | diff2 | | blob | history |