about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepoGitAtom.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/RepoGitAtom.pm')
-rw-r--r--lib/PublicInbox/RepoGitAtom.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/PublicInbox/RepoGitAtom.pm b/lib/PublicInbox/RepoGitAtom.pm
index c2393b38..4b074fcc 100644
--- a/lib/PublicInbox/RepoGitAtom.pm
+++ b/lib/PublicInbox/RepoGitAtom.pm
@@ -142,8 +142,7 @@ sub call_git_atom {
         my $env = $req->{env};
         my $tip = $req->{tip} || $repo->tip;
         my $read_log = sub {
-                my $cmd = $git->cmd(qw(log --no-notes --no-color
-                                        --abbrev-commit), $git->abbrev,
+                my $cmd = $git->cmd(qw(log --no-notes --no-color --no-abbrev),
                                         $ATOM_FMT, "-$max", $tip, '--');
                 my $expath = $req->{expath};
                 push @$cmd, $expath if $expath ne '';