author | Stephen Boyd <bebarino@gmail.com> | |
Wed, 24 Mar 2010 07:16:03 +0000 (00:16 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 25 Mar 2010 02:42:10 +0000 (19:42 -0700) | ||
commit | fcb243f7dbfa30311c017346a7677c93ea5b1321 | |
tree | 36c428885968d71275436d8c9f3d40c6aadbdb1c | tree | snapshot |
parent | e242148012196772e3fe2652d538fb923b91ca92 | commit | diff |
fmt-merge-msg: remove custom string_list implementation
This command uses a custom version of string list when it could
just as easily use the string_list API. Convert it to use string_list
and reduce the code size a bit.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This command uses a custom version of string list when it could
just as easily use the string_list API. Convert it to use string_list
and reduce the code size a bit.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fmt-merge-msg.c | diff | blob | history |