* [PATCH] config: Add description of --local option
@ 2013-06-17 13:31 Namhyung Kim
0 siblings, 0 replies; only message in thread
From: Namhyung Kim @ 2013-06-17 13:31 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
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>
---
Documentation/git-config.txt | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index d88a6fc..19a7be0 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.
--
1.7.9.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-17 13:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17 13:31 [PATCH] config: Add description of --local option Namhyung Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).