aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-24 13:48:55 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-24 13:48:55 -0700
commit869577e5fe8d4307dd39d2751cf3c5a1896d3426 (patch)
tree4fbeb863e866ff7026f78646aa49eabc384f5281 /Documentation/git-config.txt
parent6f37238747002b8118d92bc0ec6c986a5d7e56ad (diff)
parent560d4b86abc547dfb10b116ab99c800d68ae8849 (diff)
downloadgit-869577e5fe8d4307dd39d2751cf3c5a1896d3426.tar.gz
git-869577e5fe8d4307dd39d2751cf3c5a1896d3426.tar.xz
Merge branch 'nk/config-local-doc'
* nk/config-local-doc: config: Add description of --local option
Diffstat (limited to 'Documentation/git-config.txt')
-rw-r--r--Documentation/git-config.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index d88a6fcb2..19a7be085 100644
--- a/Documentation/git-config.txt
+++ b/Documentation/git-config.txt
@@ -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.