about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox')
-rw-r--r--lib/PublicInbox/Feed.pm2
-rw-r--r--lib/PublicInbox/V2Writable.pm4
2 files changed, 3 insertions, 3 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;
diff --git a/lib/PublicInbox/V2Writable.pm b/lib/PublicInbox/V2Writable.pm
index 2cc87305..1316d628 100644
--- a/lib/PublicInbox/V2Writable.pm
+++ b/lib/PublicInbox/V2Writable.pm
@@ -788,7 +788,7 @@ $range
                 $ranges->[$i] = $range;
 
                 # can't use 'rev-list --count' if we use --diff-filter
-                my $fh = $git->popen(qw(log --pretty=tformat:%h
+                my $fh = $git->popen(qw(log --pretty=tformat:%H
                                 --no-notes --no-color --no-renames
                                 --diff-filter=AM), $range, '--', 'm');
                 ++$regen_max while <$fh>;
@@ -865,7 +865,7 @@ sub index_sync {
         my $regen = $self->index_prepare($opts, $epoch_max, $ranges);
         $$regen += $max if $max;
         my $D = {};
-        my @cmd = qw(log --raw -r --pretty=tformat:%h
+        my @cmd = qw(log --raw -r --pretty=tformat:%H
                         --no-notes --no-color --no-abbrev --no-renames);
 
         # work backwards through history