Merge "CM Gerrit tool to make submissions easier" into froyo

This commit is contained in:
Chris Soyars 2010-08-18 18:46:19 +00:00 committed by Gerrit Code Review
commit 965acfee36

9
tools/cmgerrit Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh
#
# Gerrit tool for easiness of submitting changes to CM repos
# Wes Garner
# Usage: cmgerrit <Gerrit Username> <Repo> <for/changes> <Branch>
# 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