From: Julian Phillips Date: Fri, 25 Jun 2010 23:41:38 +0000 (+0100) Subject: string_list: Fix argument order for string_list_append X-Git-Tag: v1.7.2-rc1~8^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1d2f80fa79cdc6f7f4fa1cefb47d7d19be3bc5ee?hp=1d2f80fa79cdc6f7f4fa1cefb47d7d19be3bc5ee string_list: Fix argument order for string_list_append Update the definition and callers of string_list_append 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 ---