Git development
 help / color / mirror / Atom feed
* [PATCH] doc: mention `git -c` in git-config(1)
@ 2016-08-23 17:33 David Glasser
  2016-08-23 18:02 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: David Glasser @ 2016-08-23 17:33 UTC (permalink / raw)
  To: git

Signed-off-by: David Glasser <glasser@davidglasser.net>
---
 Documentation/git-config.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index f163113..83f86b9 100644
--- a/Documentation/git-config.txt
+++ b/Documentation/git-config.txt
@@ -263,6 +263,9 @@ The files are read in the order given above, with
last value found taking
 precedence over values read earlier.  When multiple values are taken then all
 values of a key from all files will be used.

+You may override individual configuration parameters when running any git
+command by using the `-c` option. See linkgit:git[1] for details.
+
 All writing options will per default write to the repository specific
 configuration file. Note that this also affects options like `--replace-all`
 and `--unset`. *'git config' will only ever change one file at a time*.
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-12  2:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-23 17:33 [PATCH] doc: mention `git -c` in git-config(1) David Glasser
2016-08-23 18:02 ` Junio C Hamano
2016-09-12  0:33   ` David Glasser
2016-09-12  1:54     ` Junio C Hamano
2016-09-12  2:19       ` David Glasser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox