]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Feed.pm
use %H consistently to disable abbreviations
[public-inbox.git] / lib / PublicInbox / Feed.pm
index d7df07ee9c4577a1d15fe5410f68e6bdd68ee3e2..b373a1ebc83dd99b7467456ce28eba03fb47b26a 100644 (file)
@@ -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;