author | Julian Phillips <julian@quantumfyre.co.uk> | |
Fri, 25 Jun 2010 23:41:35 +0000 (00:41 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 27 Jun 2010 17:06:51 +0000 (10:06 -0700) | ||
commit | 78a395d371ec9fd14297178ec98b8b1042a64fb6 | |
tree | f155b25e547c4c454f5ff1fd0f21398eb27887ee | tree | snapshot |
parent | b684e977363ee5cb53d83c69f2298d7898c5f89a | commit | diff |
string_list: Fix argument order for string_list_insert
Update the definition and callers of string_list_insert 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_insert 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>
19 files changed:
builtin/apply.c | diff | blob | history | |
builtin/commit.c | diff | blob | history | |
builtin/fetch.c | diff | blob | history | |
builtin/mailsplit.c | diff | blob | history | |
builtin/mv.c | diff | blob | history | |
builtin/remote.c | diff | blob | history | |
builtin/shortlog.c | diff | blob | history | |
builtin/show-ref.c | diff | blob | history | |
diff-no-index.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 | |
rerere.c | diff | blob | history | |
resolve-undo.c | diff | blob | history | |
string-list.c | diff | blob | history | |
string-list.h | diff | blob | history | |
wt-status.c | diff | blob | history |