commit 682b2acdac89dccbb3f4a449ac2d20283eb7c26a (tree)
parent d41dee9c0b0cd2ffc364f2784d764b76e43ae057
Author: Tim Pope <code@tpope.net>
Date: Sat, 29 Dec 2018 12:40:06 -0500
Remove outdated reference to :Gcommit calling :Gstatus
Closes https://github.com/tpope/vim-fugitive/issues/1144
Diffstat:
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/doc/fugitive.txt b/doc/fugitive.txt
@@ -69,16 +69,15 @@ that are part of Git repositories).
. enter |:| command line with file prepopulated
*fugitive-:Gcommit*
-:Gcommit [args] A wrapper around git-commit. If there is nothing
- to commit, |:Gstatus| is called instead. Unless the
- arguments given would skip the invocation of an editor
- (e.g., -m), a split window will be used to obtain a
- commit message, or a new tab if -v is given. Write
- and close that window (:wq or |:Gwrite|) to finish the
- commit. Unlike when running the actual git-commit
- command, it is possible (but unadvisable) to alter the
- index with commands like git-add and git-reset while a
- commit message is pending.
+:Gcommit [args] A wrapper around git-commit. Unless the arguments
+ given would skip the invocation of an editor (e.g.,
+ -m), a split window will be used to obtain a commit
+ message, or a new tab if -v is given. Write and close
+ that window (:wq or |:Gwrite|) to finish the commit.
+ Unlike when running the actual git-commit command, it
+ is possible (but unadvisable) to alter the index with
+ commands like git-add and git-reset while a commit
+ message is pending.
*fugitive-:Gmerge*
:Gmerge [args] Calls git-merge and loads errors and conflicted files