summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/META-INF/services
diff options
context:
space:
mode:
authorChristian Halstrick <christian.halstrick@sap.com>2010-03-05 09:31:33 +0100
committerChris Aniszczyk <caniszczyk@gmail.com>2011-03-29 12:27:45 -0500
commit153283f05adc7cd3da44d49d576ec2562ac76608 (patch)
treed560ba28e6e8d2bdf9722f9009a303d250735f62 /org.eclipse.jgit.pgm/META-INF/services
parenteac2dc18f11e517d995cf2db68d5675390daa02b (diff)
downloadjgit-153283f05adc7cd3da44d49d576ec2562ac76608.tar.gz
jgit-153283f05adc7cd3da44d49d576ec2562ac76608.zip
Added Merge command to the CLI
This merge command accepts the merge strategy as option and uses the resolve strategy as default. It expects exactly one other revision which is merged with current head. Change-Id: Ia8c188b93ade4afabe6a9ccf267faf045f359a3a Signed-off-by: Christian Halstrick <christian.halstrick@sap.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/META-INF/services')
-rw-r--r--org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin b/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
index c929578de2..1586528c6c 100644
--- a/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
+++ b/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
@@ -14,6 +14,7 @@ org.eclipse.jgit.pgm.Init
org.eclipse.jgit.pgm.Log
org.eclipse.jgit.pgm.LsRemote
org.eclipse.jgit.pgm.LsTree
+org.eclipse.jgit.pgm.Merge
org.eclipse.jgit.pgm.MergeBase
org.eclipse.jgit.pgm.Push
org.eclipse.jgit.pgm.ReceivePack