config: test for --replace-all with one argument and fix documentation.
commitbf71b4b3ee07291e97c4dabfb97e7397eec904e0
authorCarlos Rica <jasampler@gmail.com>
Tue, 17 Mar 2009 09:46:37 +0000 (17 10:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2009 16:30:00 +0000 (17 09:30 -0700)
tree242ed48989dad56a158149758e4a600bccc0fa44
parentba048224685e661a4cf4736dcffab5fc60cbc70b
config: test for --replace-all with one argument and fix documentation.

Option --replace-all only allows at least two arguments, so
documentation was needing to be updated accordingly. A test showing
that the command fails with only one parameter is also provided.

Signed-off-by: Carlos Rica <jasampler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.txt
builtin-config.c
t/t1300-repo-config.sh