On Sun, Oct 14, 2007 at 09:03:48PM +1000, David Symonds wrote: > On 14/10/2007, Theodore Ts'o <tytso@xxxxxxx> wrote: > > > > I'm currently exploring the idea of not only making the equivalent of > > "pu" and "next" available on a public repository for one of my projects, > > but also the topics/* branches. When thinking about how I might do > > this, one snag I ran into is that the topics/foo and topics/bar branches > > are ephemeral, and so when I replicate them to a remote repository, > > either on kernel.org or repo.or.cz, I would need a way of removing a > > head for a topic branch that had already been merged. > > git push <remote> :<branch_name> > > If the left side of the colon in a push refspec is empty, it deletes > the remote ref given by the right hand side. Cool, thanks! It's not in the git-push man page. I'll play with it some and then submit a patch update the man page. - Ted - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html