Teach git-completion.bash how to complete git-merge.
commit4ad91321ee95598c2488ab5e39afec13575d4e3f
authorShawn O. Pearce <spearce@spearce.org>
Mon, 27 Nov 2006 08:40:47 +0000 (27 03:40 -0500)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Nov 2006 20:08:58 +0000 (27 12:08 -0800)
treef3b68f2465ffd409307e7e2aa5d815ab80023b1a
parentfde97d8ac63efa466dd48436d2178bd364b846de
Teach git-completion.bash how to complete git-merge.

Now that git-merge is high-level Porcelain users are going to expect
to be able to use it from the command line, in which case we really
should also be able to complete ref names as parameters.

I'm also including completion support for the merge strategies
that are supported by git-merge.sh, should the user wish to use a
different strategy than their default.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/completion/git-completion.bash