Code

string_list: Fix argument order for string_list_append
authorJulian Phillips <julian@quantumfyre.co.uk>
Fri, 25 Jun 2010 23:41:38 +0000 (00:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Jun 2010 17:06:52 +0000 (10:06 -0700)
commit1d2f80fa79cdc6f7f4fa1cefb47d7d19be3bc5ee
treeddad96762347505bb9b455b2e891f74b0b320f99
parente8c8b7139c87c3e3017d3bff07f91c4349850d58
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 <julian@quantumfyre.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
16 files changed:
Documentation/technical/api-string-list.txt
builtin/apply.c
builtin/fast-export.c
builtin/fetch.c
builtin/fmt-merge-msg.c
builtin/log.c
builtin/receive-pack.c
builtin/remote.c
builtin/rerere.c
builtin/shortlog.c
notes.c
remote.c
revision.c
string-list.c
string-list.h
transport-helper.c