Use proper argument parsing for :Gcommit

This commit is contained in:
Tim Pope
2019-07-07 05:40:02 -04:00
parent e7f272a36c
commit 73b7e5e23f
2 changed files with 39 additions and 20 deletions

View File

@@ -39,11 +39,8 @@ that are part of Git repositories).
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.
the window (:wq) to finish the commit. To cancel, use
an empty message.
*fugitive-:Gmerge*
:Gmerge [args] Calls git-merge and loads errors and conflicted files