From: Namhyung Kim Date: Mon, 17 Jun 2013 13:31:31 +0000 (+0900) Subject: config: Add description of --local option X-Git-Tag: v1.8.3.4~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=560d4b86abc547dfb10b116ab99c800d68ae8849;p=thirdparty%2Fgit.git config: Add description of --local option It was missed in the option list while mentioned from the general description. Add it for completeness. Signed-off-by: Namhyung Kim Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 9ae2508f3f..9ad8fcbbb8 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -114,6 +114,15 @@ rather than from all available files. + See also <>. +--local:: + For writing options: write to the repository .git/config file. + This is the default behavior. ++ +For reading options: read only from the repository .git/config rather than +from all available files. ++ +See also <>. + -f config-file:: --file config-file:: Use the given config file instead of the one specified by GIT_CONFIG.