From 64d6cafb9dcbacce18c26d7daf617ebb96b273f3 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 12 Jun 2024 12:58:48 -0400 Subject: [PATCH] Rearrange :Git documentation Resolves: https://github.com/tpope/vim-fugitive/issues/2314 --- doc/fugitive.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 309feac..8cf4648 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -18,6 +18,12 @@ that are part of Git repositories). *fugitive-:G* :G [args] Same as :Git, but two characters shorter. + *fugitive-summary* +:Git With no arguments, bring up a summary window vaguely + akin to git-status. If a summary window is already + open for the current repository, it is focused + instead. Press g? or see |fugitive-maps| for usage. + *:Git* :Git {args} Run an arbitrary git command and display any output. On UNIX this uses a pty and on other platforms it uses @@ -47,12 +53,6 @@ that are part of Git repositories). :{range}Git! -p {args} Run an arbitrary git command, and insert the output after {range} in the current buffer. - *fugitive-summary* -:Git With no arguments, bring up a summary window vaguely - akin to git-status. If a summary window is already - open for the current repository, it is focused - instead. Press g? or see |fugitive-maps| for usage. - *:Git_blame* :Git blame [flags] Run git-blame [flags] on the current file and open the results in a scroll-bound vertical split. The -- 2.11.4.GIT