summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-05 23:41:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-05 23:41:42 (GMT)
commit1ef87e0bb5b160aa4e82a143b0a10fc11beb7d7f (patch)
tree9c14ef8d5dd8ef969f9b588854e05ba284a210c3 /Documentation
parent2fb9c421e156b40a40bf65479179f9fb9a63fb1e (diff)
parent414f2e5337b0b78a47f021cb734e9ba4934c0b28 (diff)
downloadgit-1ef87e0bb5b160aa4e82a143b0a10fc11beb7d7f.zip
git-1ef87e0bb5b160aa4e82a143b0a10fc11beb7d7f.tar.gz
git-1ef87e0bb5b160aa4e82a143b0a10fc11beb7d7f.tar.bz2
Merge branch 'fc/config-editor'
* fc/config-editor: git config: trivial cleanup for editor action git config: codestyle cleanups config: Add new option to open an editor.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-config.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index 19a8917..7d14007 100644
--- a/Documentation/git-config.txt
+++ b/Documentation/git-config.txt
@@ -22,6 +22,7 @@ SYNOPSIS
'git config' [<file-option>] [-z|--null] -l | --list
'git config' [<file-option>] --get-color name [default]
'git config' [<file-option>] --get-colorbool name [stdout-is-tty]
+'git config' [<file-option>] -e | --edit
DESCRIPTION
-----------
@@ -157,6 +158,11 @@ See also <<FILES>>.
output. The optional `default` parameter is used instead, if
there is no color configured for `name`.
+-e::
+--edit::
+ Opens an editor to modify the specified config file; either
+ '--system', '--global', or repository (default).
+
[[FILES]]
FILES
-----