yeah repo is pretty nice. I've been using it in conjunction with regular git commands. Really though, all these tools do is shorthand a few git commands. Why not just use the git?<div><br></div><div>I don't think our official docs should reflect the use of a tool like git-review; they should describe the entire git process, and point out alternative tools (git-review, repo, etc) along the way. We shouldn't require a tool to make our workflow work for us with git, but if you want to write a tool because you believe it to be more convenient, that's great, use it and put it in git and show it to people and let them decide if it improves their workflow.</div>
<div><br></div><div>A doc page with the git commands to manage these things would be awesome so people know what's actually going on under the covers. Then environments can be tooled to taste and we'll never have the arguments about things like dot files in repositories vs git config that creating a single official tool will inevitably lead to.</div>
<div><br></div><div>-tr3buchet<br><br><div class="gmail_quote">On Fri, Oct 14, 2011 at 9:03 AM, Jason Kölker <span dir="ltr"><<a href="mailto:jkoelker@rackspace.com">jkoelker@rackspace.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Thu, 2011-10-13 at 13:03 -0400, Monty Taylor wrote:<br>
> Amongst things git-review does:<br>
><br>
>   Rebases against the branch you're submitting to, rather than against<br>
> the place you cloned from<br>
>   Allows you to skip rebasing if you want<br>
>   Submit against a named branch<br>
>   Explicitly set the topic<br>
>   Downloads commit-msg hook if needed<br>
>   Sets up the gerrit remote if needed - and knows how to map having<br>
> cloned the repo from somewhere else to the gerrit repo you mean.<br>
<br>
</div>I'm wondering why not just use android's `repo` tool that does most of<br>
this already and just add extra hooks or features to it (not sure if it<br>
does named branch submission or topics currently).<br>
<br>
Happy Hacking!<br>
<br>
7-11<br>
<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</div></div></blockquote></div><br></div>