author | Julian Phillips <julian@quantumfyre.co.uk> | |
Fri, 25 Jun 2010 23:41:37 +0000 (00:41 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 27 Jun 2010 17:06:51 +0000 (10:06 -0700) | ||
commit | e8c8b7139c87c3e3017d3bff07f91c4349850d58 | |
tree | b9de12fa2da7003bf851889938d22c99ad0d1c6b | tree | snapshot |
parent | aadceea641806b363ca555ffdc04109ea716c497 | commit | diff |
string_list: Fix argument order for string_list_lookup
Update the definition and callers of string_list_lookup 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_lookup 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>
builtin/apply.c | diff | blob | history | |
builtin/fetch.c | diff | blob | history | |
builtin/receive-pack.c | diff | blob | history | |
http-backend.c | diff | blob | history | |
mailmap.c | diff | blob | history | |
merge-recursive.c | diff | blob | history | |
reflog-walk.c | diff | blob | history | |
remote.c | diff | blob | history | |
resolve-undo.c | diff | blob | history | |
string-list.c | diff | blob | history | |
string-list.h | diff | blob | history |