Skip to content

Commit

Permalink
config: Add description of --local option
Browse files Browse the repository at this point in the history
It was missed in the option list while mentioned from the general
description.  Add it for completeness.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
namhyung authored and gitster committed Jun 17, 2013
1 parent 04a74b6 commit 560d4b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/git-config.txt
Expand Up @@ -114,6 +114,15 @@ rather than from all available files.
+
See also <<FILES>>.

--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 <<FILES>>.

-f config-file::
--file config-file::
Use the given config file instead of the one specified by GIT_CONFIG.
Expand Down

0 comments on commit 560d4b8

Please sign in to comment.