Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/clean-d-pathspec'
[gitweb.git]
/
perl
/
Git
/
SVN
/
Log.pm
diff --git
a/perl/Git/SVN/Log.pm
b/perl/Git/SVN/Log.pm
index 3f8350a57d64ca3335d279c6563fad54b56eb22a..34f2869ab5995e3f9143af8cc2c46a4717ae8be8 100644
(file)
--- a/
perl/Git/SVN/Log.pm
+++ b/
perl/Git/SVN/Log.pm
@@
-117,6
+117,7
@@
sub run_pager {
}
open STDIN, '<&', $rfd or fatal "Can't redirect stdin: $!";
$ENV{LESS} ||= 'FRSX';
+ $ENV{LV} ||= '-c';
exec $pager or fatal "Can't run pager: $! ($pager)";
}