diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-05 15:41:42 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-05 15:41:42 -0800 |
commit | 1ef87e0bb5b160aa4e82a143b0a10fc11beb7d7f (patch) | |
tree | 9c14ef8d5dd8ef969f9b588854e05ba284a210c3 /Documentation | |
parent | Merge branch 'js/send-email' (diff) | |
parent | git config: trivial cleanup for editor action (diff) | |
download | tgif-1ef87e0bb5b160aa4e82a143b0a10fc11beb7d7f.tar.xz |
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.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 19a8917b83..7d140073b1 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 ----- |