From: Julian Phillips Date: Fri, 25 Jun 2010 23:41:34 +0000 (+0100) Subject: string_list: Fix argument order for for_each_string_list X-Git-Tag: v1.7.2-rc1~8^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b684e977363ee5cb53d83c69f2298d7898c5f89a?ds=inline;hp=b684e977363ee5cb53d83c69f2298d7898c5f89a 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 Signed-off-by: Junio C Hamano ---