X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FFeed.pm;h=b373a1ebc83dd99b7467456ce28eba03fb47b26a;hp=d7df07ee9c4577a1d15fe5410f68e6bdd68ee3e2;hb=8b4ddc9c2c08cd085f5c4d5dfc019342dd53b570;hpb=f86a714ac141e257b9bd50be81065e670cfb718b 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;