fmt-merge-msg: remove custom string_list implementation
commitfcb243f7dbfa30311c017346a7677c93ea5b1321
authorStephen Boyd <bebarino@gmail.com>
Wed, 24 Mar 2010 07:16:03 +0000 (24 00:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Mar 2010 02:42:10 +0000 (24 19:42 -0700)
tree36c428885968d71275436d8c9f3d40c6aadbdb1c
parente242148012196772e3fe2652d538fb923b91ca92
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>
builtin/fmt-merge-msg.c