From 8b4ddc9c2c08cd085f5c4d5dfc019342dd53b570 Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Wed, 18 Apr 2018 09:13:15 +0000 Subject: use %H consistently to disable abbreviations We generally do not want git to waste time finding abbreviations and we do not want the possibility of them becoming ambiguous over time, either. --- lib/PublicInbox/Feed.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/Feed.pm') 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; -- cgit v1.2.3-24-ge0c7