]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitdd7c820d9efef5b8c162fcd56d5e71fc393cd1b0
tree77ae985e6bcd7d68c70b4b2c7e0006d01d742096
parent4483ea9a01d2a03641ce3c4e3723ea0bfeac705c
parentdf534dcbaafa74be9e922418712bede75676588b
Merge branch 'js/shortlog-sort-stably'

"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