]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/shortlog-sort-stably'
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 Jul 2022 22:04:02 +0000 (15:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Jul 2022 22:04:02 +0000 (15:04 -0700)
"git shortlog -n" relied on the underlying qsort() to be stable,
which shouldn't have.  Fixed.

* js/shortlog-sort-stably:
  shortlog: use a stable sort


Trivial merge