about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepoGitQuery.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/RepoGitQuery.pm')
-rw-r--r--lib/PublicInbox/RepoGitQuery.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/RepoGitQuery.pm b/lib/PublicInbox/RepoGitQuery.pm
index 638a1316..c8d4a256 100644
--- a/lib/PublicInbox/RepoGitQuery.pm
+++ b/lib/PublicInbox/RepoGitQuery.pm
@@ -7,7 +7,7 @@ use strict;
 use warnings;
 use PublicInbox::Hval;
 use URI::Escape qw(uri_unescape);
-my @KNOWN_PARAMS = qw(id id2 h ofs);
+my @KNOWN_PARAMS = qw(id id2 ofs);
 
 sub new {
         my ($class, $env) = @_;