X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=git-shortlog;h=107c895df39a9a26ac5eb30f0d45d9e46dc4caaf;hb=fa6a1427c608e4e4a22aa6d176dd7b001b5f3021;hp=a147e7b4741b1613a14da997a4bf7553366e4882;hpb=07ee0d77c66d6f356cd3f82435e67510779aa53c;p=git.git diff --git a/git-shortlog b/git-shortlog index a147e7b4..107c895d 100755 --- a/git-shortlog +++ b/git-shortlog @@ -90,7 +90,7 @@ sub shortlog_output { # output author's 1-line summaries $obj = $map{$key}; - foreach $desc (@$obj) { + foreach $desc (reverse @$obj) { print " $desc\n"; $n_output++; }