author | Julian Phillips <julian@quantumfyre.co.uk> | |
Fri, 25 Jun 2010 23:41:34 +0000 (00:41 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 27 Jun 2010 17:06:51 +0000 (10:06 -0700) | ||
commit | b684e977363ee5cb53d83c69f2298d7898c5f89a | |
tree | b5f70daef883213e3f69643113601cc07e872083 | tree | snapshot |
parent | cb944f6b5009e4788041a5194d73b92a0620c9d9 | commit | diff |
string_list: Fix argument order for for_each_string_list
Update the definition and callers of for_each_string_list 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 for_each_string_list 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/fetch.c | diff | blob | history | |
builtin/ls-files.c | diff | blob | history | |
builtin/remote.c | diff | blob | history | |
notes.c | diff | blob | history | |
resolve-undo.c | diff | blob | history | |
string-list.c | diff | blob | history | |
string-list.h | diff | blob | history |