[PATCH] plug memory leak in diff.c::diff_free_filepair()
[gitweb.git] / git-shortlog
index a147e7b4741b1613a14da997a4bf7553366e4882..107c895df39a9a26ac5eb30f0d45d9e46dc4caaf 100755 (executable)
@@ -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++;
                }