> torsdag 03 maj 2007 skrev Yann Dirson:
> [...]
> > As for publishing, I use the following config entries to publish my
> > own stack of patches to stgit. You can see at
> >
http://repo.or.cz/w/stgit/ydirson.git that gitweb shows pretty clearly
> > the structure of the stack (even though things could surely be made
> > better).
> >
> > I use "git push -f" to publish - maybe the "+" refspec syntax would
> > work with push, I'll try it next time :)
> >
> > [remote "orcz"]
> > url = git+ssh://ydirson@repo.or.cz/srv/git/stgit/ydirson.git
> > push = refs/heads/master:refs/heads/master
> > push = refs/patches/master/*:refs/patches/master/*
>
> Beautiful!!
>