mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 06:13:51 -05:00
Emphasize poor quickfix performance in docs
References https://github.com/tpope/vim-fugitive/issues/1662
This commit is contained in:
@@ -100,8 +100,9 @@ that are part of Git repositories).
|
|||||||
|quickfix| list. Jumps to the first commit unless [!]
|
|quickfix| list. Jumps to the first commit unless [!]
|
||||||
is given.
|
is given.
|
||||||
|
|
||||||
The quickfix list can be slow and awkward for many use
|
The quickfix list can be awkward for many use cases
|
||||||
cases. Consider using |:Git| log instead.
|
and exhibits extremely poor performance with larger
|
||||||
|
data sets. Consider using |:Git| log instead.
|
||||||
|
|
||||||
:{range}Gclog[!] [args] Use git-log -L to load previous revisions of the given
|
:{range}Gclog[!] [args] Use git-log -L to load previous revisions of the given
|
||||||
range of the current file into the |quickfix| list.
|
range of the current file into the |quickfix| list.
|
||||||
|
|||||||
Reference in New Issue
Block a user