From 1da7c133b109cd329060174a104e325e4d6bcc82 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 27 Jun 2020 16:39:13 -0400 Subject: [PATCH] Recommend :Git log over :Gclog Closes https://github.com/tpope/vim-fugitive/issues/1556 --- doc/fugitive.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index e950a31..3448c67 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -100,6 +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. + :{range}Gclog[!] [args] Use git-log -L to load previous revisions of the given range of the current file into the |quickfix| list. The cursor is positioned on the first line of the