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