From d78b17adabb1880857c67fda40be0c47fe9d1866 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 4 Mar 2017 02:15:29 +0000 Subject: repobrowse: stop abbreviating object names Ending up with potentially ambiguous identifiers in the future is not worth saving some bytes, in this case. --- lib/PublicInbox/Git.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/PublicInbox/Git.pm') diff --git a/lib/PublicInbox/Git.pm b/lib/PublicInbox/Git.pm index aba4616e..6a7b109f 100644 --- a/lib/PublicInbox/Git.pm +++ b/lib/PublicInbox/Git.pm @@ -18,11 +18,6 @@ my $have_async = eval { require PublicInbox::GitAsync; }; -# Documentation/SubmittingPatches recommends 12 (Linux v4.4) -my $abbrev = `git config core.abbrev` || 12; - -sub abbrev { "--abbrev=$abbrev" } - sub new { my ($class, $git_dir) = @_; bless { git_dir => $git_dir }, $class -- cgit v1.2.3-24-ge0c7