We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4483ea9 + df534dc commit dd7c820Copy full SHA for dd7c820
builtin/shortlog.c
@@ -443,7 +443,7 @@ void shortlog_output(struct shortlog *log)
443
struct strbuf sb = STRBUF_INIT;
444
445
if (log->sort_by_number)
446
- QSORT(log->list.items, log->list.nr,
+ STABLE_QSORT(log->list.items, log->list.nr,
447
log->summary ? compare_by_counter : compare_by_list);
448
for (i = 0; i < log->list.nr; i++) {
449
const struct string_list_item *item = &log->list.items[i];
0 commit comments