Hi, On Thu, 14 Jun 2007, Geoff Russell wrote: > On 6/13/07, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > > Hi, > > > > On Wed, 13 Jun 2007, Geoff Russell wrote: > > > > > Dear gits, > > > > ;-) > > > > > [...] > > > > > > git tag v1.1 > > > git format-patch v1.0 > > > cd /tmp/newmyrepo > > > git am ~/myrepo/THEPATCHNAME > > > > > > Where is tag v1.1 ? > > > > Tags are not propagated with patches. Sorry. > > Is this considered to be a bug to be eventually fixed or a feature? AFAIK patches are not supposed to _contain_ patches. What you want is probably a bundle. You don't want a collection of diffs with comments on them, but you want a collection to reacreate the history the other side has. Ciao, Dscho - 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