merge: clarify "pulling into void" special case
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Apr 2015 20:46:44 +0000 (13:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Apr 2015 20:17:52 +0000 (13:17 -0700)
Instead of having it as one of the three if/elseif/.. case arms,
test the condition and handle this special case upfront. This makes
it easier to follow the flow of logic.

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