author | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Nov 2011 00:00:03 +0000 (17:00 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 7 Nov 2011 23:34:30 +0000 (15:34 -0800) | ||
commit | 4c0ea82da3cd35eff50377cab78208c8ef57933b | |
tree | 8e6a172edb156cef71a08c6ad508dae1c254d348 | tree | snapshot |
parent | dd621df9cde83fc08f9d3924b793b989b8f8a313 | commit | diff |
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>
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 | diff | blob | history |