fmt-merge-msg: use pretty.c routines
authorStephen Boyd <bebarino@gmail.com>
Wed, 24 Mar 2010 07:16:01 +0000 (00:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Mar 2010 02:40:43 +0000 (19:40 -0700)
This command duplicates functionality of the '%s' pretty format.
Simplify the code a bit by using the pretty printing routine
instead of open-coding it here.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found