commit 8cf0cf5bfb2b858faecf4e0f6c1b8d0948805e5e (tree)
parent bebe504e38d0a20c30d6dd666c4c793b3cc66104
Author: Tim Pope <code@tpope.net>
Date: Mon, 25 Jan 2021 22:44:03 -0500
Emphasize poor quickfix performance in docs
References https://github.com/tpope/vim-fugitive/issues/1662
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/fugitive.txt b/doc/fugitive.txt
@@ -100,8 +100,9 @@ that are part of Git repositories).
|quickfix| list. Jumps to the first commit unless [!]
is given.
- The quickfix list can be slow and awkward for many use
- cases. Consider using |:Git| log instead.
+ The quickfix list can be awkward for many use cases
+ 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 of the current file into the |quickfix| list.