fmt-merge-msg: avoid early returns
commit4c0ea82da3cd35eff50377cab78208c8ef57933b
authorJunio C Hamano <gitster@pobox.com>
Sat, 5 Nov 2011 00:00:03 +0000 (4 17:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Nov 2011 23:34:30 +0000 (7 15:34 -0800)
tree8e6a172edb156cef71a08c6ad508dae1c254d348
parentdd621df9cde83fc08f9d3924b793b989b8f8a313
fmt-merge-msg: avoid early returns

In various places in the codepath, the program tries to return early
assuming there is no more work needed. That is generally untrue when
over time new features are added.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fmt-merge-msg.c