Remove outdated reference to :Gcommit calling :Gstatus
Closes https://github.com/tpope/vim-fugitive/issues/1144
This commit is contained in:
parent
d41dee9c0b
commit
682b2acdac
@ -69,16 +69,15 @@ that are part of Git repositories).
|
|||||||
. enter |:| command line with file prepopulated
|
. enter |:| command line with file prepopulated
|
||||||
|
|
||||||
*fugitive-:Gcommit*
|
*fugitive-:Gcommit*
|
||||||
:Gcommit [args] A wrapper around git-commit. If there is nothing
|
:Gcommit [args] A wrapper around git-commit. Unless the arguments
|
||||||
to commit, |:Gstatus| is called instead. Unless the
|
given would skip the invocation of an editor (e.g.,
|
||||||
arguments given would skip the invocation of an editor
|
-m), a split window will be used to obtain a commit
|
||||||
(e.g., -m), a split window will be used to obtain a
|
message, or a new tab if -v is given. Write and close
|
||||||
commit message, or a new tab if -v is given. Write
|
that window (:wq or |:Gwrite|) to finish the commit.
|
||||||
and close that window (:wq or |:Gwrite|) to finish the
|
Unlike when running the actual git-commit command, it
|
||||||
commit. Unlike when running the actual git-commit
|
is possible (but unadvisable) to alter the index with
|
||||||
command, it is possible (but unadvisable) to alter the
|
commands like git-add and git-reset while a commit
|
||||||
index with commands like git-add and git-reset while a
|
message is pending.
|
||||||
commit message is pending.
|
|
||||||
|
|
||||||
*fugitive-:Gmerge*
|
*fugitive-:Gmerge*
|
||||||
:Gmerge [args] Calls git-merge and loads errors and conflicted files
|
:Gmerge [args] Calls git-merge and loads errors and conflicted files
|
||||||
|
Loading…
Reference in New Issue
Block a user