diff options
author | Elijah Newren <newren@gmail.com> | 2020-01-07 15:07:30 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-07 09:12:36 -0800 |
commit | 065027ee1a7b3ecc45b6d331983d38642835c451 (patch) | |
tree | 1f0ed643aed9e4d6c126432bfe5d7d0bba00010f /builtin/clone.c | |
parent | Git 2.24.1 (diff) | |
download | tgif-065027ee1a7b3ecc45b6d331983d38642835c451.tar.xz |
string-list: note in docs that callers can specify sorting function
In commit 1959bf6430 (string_list API: document what "sorted" means,
2012-09-17), Documentation/technical/api-string-list.txt was updated to
specify that strcmp() was used for sorting. In commit 8dd5afc926
(string-list: allow case-insensitive string list, 2013-01-07), a cmp
member was added to struct string_list to allow callers to specify an
alternative comparison function, but api-string-list.txt was not
updated. In commit 4f665f2cf3 (string-list.h: move documentation from
Documentation/api/ into header, 2017-09-26), the now out-dated
api-string-list.txt documentation was moved into string-list.h. Update
the docs to reflect the configurability of sorting.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/clone.c')
0 files changed, 0 insertions, 0 deletions