commit | 78a395d371ec9fd14297178ec98b8b1042a64fb6 | [log] [tgz] |
---|---|---|
author | Julian Phillips <julian@quantumfyre.co.uk> | Sat Jun 26 00:41:35 2010 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jun 27 10:06:51 2010 -0700 |
tree | f155b25e547c4c454f5ff1fd0f21398eb27887ee | |
parent | b684e977363ee5cb53d83c69f2298d7898c5f89a [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>