builtin/merge.c: remove "remoteheads" global variable
commit4c57bd27402353f135250af91d1cc2646db73df0
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2012 23:15:13 +0000 (16 16:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Apr 2012 00:14:19 +0000 (17 17:14 -0700)
tree6c347e0b7a2ce771bb05f783abb0335fdf86a90d
parent833abdc9327f60dff771273095074ae734513ab6
builtin/merge.c: remove "remoteheads" global variable

Instead pass it around starting from the toplevel cmd_merge()
as an explicit parameter.

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