Merge branch 'nk/config-local-doc'

* nk/config-local-doc:
  config: Add description of --local option
maint
Junio C Hamano 2013-06-24 13:48:55 -07:00
commit 869577e5fe
1 changed files with 9 additions and 0 deletions

View File

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