Hi,
On Thu, 14 Jun 2007, Geoff Russell wrote:
On 6/13/07, Johannes Schindelin [off-list ref] wrote:
quoted
Hi,
On Wed, 13 Jun 2007, Geoff Russell wrote:
quoted
Dear gits,
;-)
quoted
[...]
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