author | Julian Phillips <julian@quantumfyre.co.uk> | |
Fri, 25 Jun 2010 23:41:36 +0000 (00:41 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 27 Jun 2010 17:06:51 +0000 (10:06 -0700) | ||
commit | aadceea641806b363ca555ffdc04109ea716c497 | |
tree | bae93989bf8c6169b23c1c43b8fb0810665ebfaf | tree | snapshot |
parent | 78a395d371ec9fd14297178ec98b8b1042a64fb6 | commit | diff |
string_list: Fix argument order for string_list_insert_at_index
Update the definition and callers of string_list_insert_at_index to
use the string_list as the first argument. This helps make the
string_list API easier to use by being more consistent.
Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Update the definition and callers of string_list_insert_at_index to
use the string_list as the first argument. This helps make the
string_list API easier to use by being more consistent.
Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
mailmap.c | diff | blob | history | |
string-list.c | diff | blob | history | |
string-list.h | diff | blob | history |