From 682b2acdac89dccbb3f4a449ac2d20283eb7c26a Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 29 Dec 2018 12:40:06 -0500 Subject: [PATCH] Remove outdated reference to :Gcommit calling :Gstatus Closes https://github.com/tpope/vim-fugitive/issues/1144 --- doc/fugitive.txt | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 78c6388..ef2c252 100644 --- 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