mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Remove obsolete push/fetch docs
This commit is contained in:
@@ -78,15 +78,6 @@ that are part of Git repositories).
|
|||||||
*:Git_mergetool*
|
*:Git_mergetool*
|
||||||
:Git mergetool [args] Like |:Git_difftool|, but target merge conflicts.
|
:Git mergetool [args] Like |:Git_difftool|, but target merge conflicts.
|
||||||
|
|
||||||
*:Git_push*
|
|
||||||
:Git push [args] Invoke git-push, load the results into the |quickfix|
|
|
||||||
list, and invoke |:cwindow| to reveal any errors.
|
|
||||||
|:Dispatch| is used if available for asynchronous
|
|
||||||
invocation.
|
|
||||||
|
|
||||||
*:Git_fetch*
|
|
||||||
:Git fetch [args] Like |:Git_push|, but for git-fetch.
|
|
||||||
|
|
||||||
*:Ggrep* *:Gcgrep* *:Git_grep*
|
*:Ggrep* *:Gcgrep* *:Git_grep*
|
||||||
:Ggrep[!] [args] |:grep|[!] with git-grep as 'grepprg'.
|
:Ggrep[!] [args] |:grep|[!] with git-grep as 'grepprg'.
|
||||||
:Git[!] grep [args]
|
:Git[!] grep [args]
|
||||||
@@ -633,8 +624,8 @@ just one space character longer than the legacy version.
|
|||||||
*:Gpull* Superseded by |:Git| pull.
|
*:Gpull* Superseded by |:Git| pull.
|
||||||
*:Grebase* Superseded by |:Git| rebase.
|
*:Grebase* Superseded by |:Git| rebase.
|
||||||
*:Grevert* Superseded by |:Git| revert.
|
*:Grevert* Superseded by |:Git| revert.
|
||||||
*:Gpush* Superseded by |:Git_push|.
|
*:Gpush* Superseded by |:Git| push.
|
||||||
*:Gfetch* Superseded by |:Git_fetch|.
|
*:Gfetch* Superseded by |:Git| fetch.
|
||||||
*:Glog* Superseded by |:Gclog|.
|
*:Glog* Superseded by |:Gclog|.
|
||||||
*:Gstatus* Superseded by |:Git| (with no arguments).
|
*:Gstatus* Superseded by |:Git| (with no arguments).
|
||||||
*:Git!* Superseded by |:Git_--paginate|.
|
*:Git!* Superseded by |:Git_--paginate|.
|
||||||
|
|||||||
Reference in New Issue
Block a user