about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepobrowseGitLog.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-14 00:31:30 +0000
committerEric Wong <e@80x24.org>2016-12-14 00:31:30 +0000
commitd4cec3bc3e439ab6ea9a2f89da5f98033bd95b4f (patch)
treebb83071053003b68747719f266414a336278fb96 /lib/PublicInbox/RepobrowseGitLog.pm
parent00488f0cfe9f81d04cd65d09ea783e860c937401 (diff)
downloadpublic-inbox-d4cec3bc3e439ab6ea9a2f89da5f98033bd95b4f.tar.gz
We'll be migrating away from it to minimize dependencies
and surprises, just like the rest of public-inbox did
several months ago.
Diffstat (limited to 'lib/PublicInbox/RepobrowseGitLog.pm')
-rw-r--r--lib/PublicInbox/RepobrowseGitLog.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/RepobrowseGitLog.pm b/lib/PublicInbox/RepobrowseGitLog.pm
index 0c360e73..44b405bc 100644
--- a/lib/PublicInbox/RepobrowseGitLog.pm
+++ b/lib/PublicInbox/RepobrowseGitLog.pm
@@ -19,7 +19,7 @@ sub call_git_log {
         $max = int($max);
         $max = 50 if $max == 0;
 
-        my $q = PublicInbox::RepobrowseGitQuery->new($req->{cgi});
+        my $q = PublicInbox::RepobrowseGitQuery->new($req->{env});
         my $h = $q->{h};
         $h eq '' and $h = 'HEAD';