completion: add missing options for git-merge
authorJohn Keeping <john@keeping.me.uk>
Thu, 22 May 2014 13:58:38 +0000 (14:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2014 19:27:50 +0000 (12:27 -0700)
The options added to __git_merge_options are those that git-pull passes
to git-merge, since that variable is used by both commands.

Those added directly in _git_merge() are specific to git-merge and
are not passed thru from git-pull.

Reported-by: Haralan Dobrev <hkdobrev@gmail.com>
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found