about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-rw-r--r--lib/PublicInbox/Feed.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index d7df07ee..b373a1eb 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -116,7 +116,7 @@ sub recent_msgs {
         my $log = $ibx->git->popen(qw/log
                                 --no-notes --no-color --raw -r
                                 --no-abbrev --abbrev-commit/,
-                                "--format=%h", $range);
+                                "--format=%H", $range);
         my %deleted; # only an optimization at this point
         my $last;
         my $last_commit;