We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de0977d + 571cdfd commit 1c93768Copy full SHA for 1c93768
Documentation/git-commit.txt
@@ -197,8 +197,8 @@ variable (see linkgit:git-config[1]).
197
-e::
198
--edit::
199
The message taken from file with `-F`, command line with
200
- `-m`, and from file with `-C` are usually used as the
201
- 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
202
further edit the message taken from these sources.
203
204
--no-edit::
contrib/completion/git-completion.zsh
@@ -198,7 +198,7 @@ _git ()
emulate ksh -c __${service}_main
fi
- let _ret && _default -S '' && _ret=0
+ let _ret && _default && _ret=0
return _ret
}
0 commit comments