From 30f4635075c9fa2d9fcef52e509a09face7412c1 Mon Sep 17 00:00:00 2001 From: Wes Garner Date: Wed, 18 Aug 2010 12:47:27 -0500 Subject: [PATCH] CM Gerrit tool to make submissions easier cmgerrit: fix typo cmgerrit: add pref for branch or change-id cmgerrit: fix a #blamewes --- tools/cmgerrit | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/cmgerrit diff --git a/tools/cmgerrit b/tools/cmgerrit new file mode 100644 index 00000000..4d561f1b --- /dev/null +++ b/tools/cmgerrit @@ -0,0 +1,9 @@ +#!/bin/sh +# +# Gerrit tool for easiness of submitting changes to CM repos +# Wes Garner +# Usage: cmgerrit +# To use this, it must be in your ~/bin or in your $PATH +# + +git push ssh://$1@review.cyanogenmod.com:29418/CyanogenMod/$2 HEAD:refs/$3/$4