1
0
mirror of https://github.com/git/git.git synced 2024-10-20 09:59:05 +02:00
git/refs
René Scharfe 9ed0d8d6e6 use QSORT
Apply the semantic patch contrib/coccinelle/qsort.cocci to the code
base, replacing calls of qsort(3) with QSORT.  The resulting code is
shorter and supports empty arrays with NULL pointers.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2016-09-29 15:42:18 -07:00
..
files-backend.c use QSORT 2016-09-29 15:42:18 -07:00
iterator.c do_for_each_ref(): reimplement using reference iteration 2016-06-20 11:38:20 -07:00
refs-internal.h refs: implement iteration over only per-worktree refs 2016-09-09 15:28:14 -07:00