[PATCH] git-cvsimport - remove hardcoded reference to origin
[git.git] / git-shortlog
index a147e7b..107c895 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++;
                }