Now that we have git-merge-file, an RCS merge lookalike, we no longer
need it. So long, merge, and thanks for all the fish!
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Johannes Schindelin18 years agocommitted byJunio C Hamano
@ -40,8 +40,8 @@ If "git-merge-index" is called with multiple <file>s (or -a) then it
@@ -40,8 +40,8 @@ If "git-merge-index" is called with multiple <file>s (or -a) then it
processes them in turn only stopping if merge returns a non-zero exit
code.
Typically this is run with the a script calling the merge command from
the RCS package.
Typically this is run with the a script calling git's imitation of
the merge command from the RCS package.
A sample script called "git-merge-one-file" is included in the
@ -19,11 +19,7 @@ modification *should* take notice and update the test vectors here.
@@ -19,11 +19,7 @@ modification *should* take notice and update the test vectors here.