builtin/merge.c: collect other parents early
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Apr 2012 18:31:10 +0000 (11:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Apr 2012 00:14:19 +0000 (17:14 -0700)
Move the code around to populate remoteheads list early in the process
before any decision regarding twohead vs octopus and fast-forwardness is
made.

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