Adds Git logical rebase script.

Change-Id: I62fb44412906520fe0de43f2c57dca3fa8a6e701
diff --git a/packaging/org.eclipse.emf.compare.git.pgm.scripts/scripts/git-logicalrebase b/packaging/org.eclipse.emf.compare.git.pgm.scripts/scripts/git-logicalrebase
new file mode 100755
index 0000000..d61533e
--- /dev/null
+++ b/packaging/org.eclipse.emf.compare.git.pgm.scripts/scripts/git-logicalrebase
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+# ====================================================================
+# Copyright (c) 2014 Obeo
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+#    Obeo - initial API and implementation
+# ====================================================================
+
+source commandconfiguration.sh
+
+#Run this application as a logicalmerge command.
+emfcompare-git-pgm logicalrebase "$@" 
\ No newline at end of file