commit | 4c57bd27402353f135250af91d1cc2646db73df0 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Apr 16 16:15:13 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Apr 17 17:14:19 2012 -0700 |
tree | 6c347e0b7a2ce771bb05f783abb0335fdf86a90d | |
parent | 833abdc9327f60dff771273095074ae734513ab6 [diff] |
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>