Hi, On Thu, 14 Jun 2007, Geoff Russell wrote: > On 6/14/07, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > > > AFAIK patches are not supposed to _contain_ patches. > > Is this a typo? I expected patches to contain tags, not other patches. Actually, two typos. Sorry. "AFAIK" -> "AFAICT", and the rest should actually have been written as "formatted patches are not supposed to contain tags." > > 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. > > I didn't know about bundles but do now. However "git bundle --help" > tells me "No manual entry for git-bundle" despite git-bundle.html being > in the Documentation directory. ... which probably means that your man pages, and therefore your Git installation, is not up-to-date. > I'm trying to work out if I want to use git to manage a software > distribution problem. I distribute release v1.0 to people then later I > want to email them a patch to take them from v1.0 to v1.1. I can > probably live without the tags, but am just surprised that patches don't > send them. Patches are just files of the format that "diff" outputs, and "patch" accepts. There was never any possibility to change anything but files. But then, usually people put the version _into_ files. So I suspect you really don't need tags, if you _have_ to send patches. Because if you _have_ to send patches, your recipients probably don't use Git, and could not use those tags anyway. 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