Skip to content

Commit 64d6caf

Browse files
committed
Rearrange :Git documentation
Resolves: #2314
1 parent 4f59455 commit 64d6caf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/fugitive.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ that are part of Git repositories).
1818
*fugitive-:G*
1919
:G [args] Same as :Git, but two characters shorter.
2020

21+
*fugitive-summary*
22+
:Git With no arguments, bring up a summary window vaguely
23+
akin to git-status. If a summary window is already
24+
open for the current repository, it is focused
25+
instead. Press g? or see |fugitive-maps| for usage.
26+
2127
*:Git*
2228
:Git {args} Run an arbitrary git command and display any output.
2329
On UNIX this uses a pty and on other platforms it uses
@@ -47,12 +53,6 @@ that are part of Git repositories).
4753
:{range}Git! -p {args} Run an arbitrary git command, and insert the output
4854
after {range} in the current buffer.
4955

50-
*fugitive-summary*
51-
:Git With no arguments, bring up a summary window vaguely
52-
akin to git-status. If a summary window is already
53-
open for the current repository, it is focused
54-
instead. Press g? or see |fugitive-maps| for usage.
55-
5656
*:Git_blame*
5757
:Git blame [flags] Run git-blame [flags] on the current file and open the
5858
results in a scroll-bound vertical split. The

0 commit comments

Comments
 (0)