<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font size="-1">I just finished a version of my git-request-review
script.<br>
<br>
For those who are not yet using it it's meant to make sending
patches to gerrit more streamlined.<br>
It show you a list of the patches before sending them and also
warns you if you are not rebased.<br>
<br>
To have it working you need to have a configured remote for gerrit
already in your git config<br>
In order for git to detect it as a new verb you have to have this
in your path<br>
<br>
usage: git request-review <gerrit-remote>
<remote-branch><br>
<br>
eg. git request-review gerrit master<br>
<br>
For those of you who are using the old version will probably
notice this version forgoes special gerrit configuration and can
support multiple gerrit servers (just configure more remotes).<br>
<br>
Fixes, features and comments are always welcome.<br>
<br>
Happy reviewing.<br>
<br>
<br>
</font>
</body>
</html>