Use -L to handle :Glog range

Closes #507.  References #286.
This commit is contained in:
Tim Pope
2014-06-24 13:02:04 -04:00
parent 4581cd4217
commit 276f89837f
2 changed files with 15 additions and 6 deletions

View File

@@ -84,6 +84,11 @@ that are part of Git repositories).
previous commits rather than previous file revisions
are loaded.
:{range}Glog [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 first
diff hunk for each commit.
*fugitive-:Gllog*
:Gllog [args] Like |:Glog|, but use the location list instead of the
quickfix list.