diff options
author | Anders Granskogen Bjørnstad <andersgb@gmail.com> | 2013-05-02 20:24:15 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-02 21:03:40 +0200 |
commit | 9a3e36cd67fce2bfcc0726193feee493ccdbf0f6 (patch) | |
tree | 83d516cb221d07c5989d62c015cf356b61d76c41 /Documentation/git-commit.txt | |
parent | Merge branch 'fc/zsh-completion' into maint (diff) | |
download | git-9a3e36cd67fce2bfcc0726193feee493ccdbf0f6.tar.xz git-9a3e36cd67fce2bfcc0726193feee493ccdbf0f6.zip |
Documentation/git-commit: Typo under --edit
-C takes a commit object, not a file.
Signed-off-by: Anders Granskogen Bjørnstad <andersgb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 9b1be5581d..8172938653 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -197,8 +197,8 @@ variable (see linkgit:git-config[1]). -e:: --edit:: The message taken from file with `-F`, command line with - `-m`, and from file with `-C` are usually used as the - commit log message unmodified. This option lets you + `-m`, and from commit object with `-C` are usually used as + the commit log message unmodified. This option lets you further edit the message taken from these sources. --no-edit:: |