mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 04:53:45 -05:00
Rearrange :Git documentation
Resolves: https://github.com/tpope/vim-fugitive/issues/2314
This commit is contained in:
@@ -18,6 +18,12 @@ that are part of Git repositories).
|
|||||||
*fugitive-:G*
|
*fugitive-:G*
|
||||||
:G [args] Same as :Git, but two characters shorter.
|
: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*
|
||||||
:Git {args} Run an arbitrary git command and display any output.
|
:Git {args} Run an arbitrary git command and display any output.
|
||||||
On UNIX this uses a pty and on other platforms it uses
|
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
|
:{range}Git! -p {args} Run an arbitrary git command, and insert the output
|
||||||
after {range} in the current buffer.
|
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*
|
||||||
:Git blame [flags] Run git-blame [flags] on the current file and open the
|
:Git blame [flags] Run git-blame [flags] on the current file and open the
|
||||||
results in a scroll-bound vertical split. The
|
results in a scroll-bound vertical split. The
|
||||||
|
|||||||
Reference in New Issue
Block a user