From 875a58c2e1b2022fb806a40f75c5c7b0f34667eb Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 2 Aug 2019 17:50:47 -0400 Subject: [PATCH] Document :Git --paginate Was planning on keeping this unofficial, but I think we need to provide an alternative to loading :Git log in a temp file. --- doc/fugitive.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 56442b9..fa976d5 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -29,6 +29,9 @@ that are part of Git repositories). :Git -P {args} |:edit| the temp file instead. A temp file is always used for diff and log commands. +:Git --paginate {args} Like |:Git|, but use |:terminal| if it is available. +:Git -p {args} + *fugitive-:Gcd* :Gcd [directory] |:cd| relative to the repository.