git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* tags and patches
@ 2007-06-13 10:52 Geoff Russell
  2007-06-13 11:04 ` Pierre Habouzit
  2007-06-13 12:14 ` Johannes Schindelin
  0 siblings, 2 replies; 10+ messages in thread
From: Geoff Russell @ 2007-06-13 10:52 UTC (permalink / raw)
  To: git

Dear gits,

(I'm on 1.5.0.5)

The last tag made seems to be missing from a patch ... eg.

        cd ~ ; mkdir myrepo ; cd myrepo
        git init-db ; echo STUFF > xxx ; git add xxx
        # work, work, work on xxx
        git commit -a
        git tag v1.0
        # work work work on xxx
        # then I clone this repository
        cd /tmp ; git clone ~/myrepo newmyrepo
        # go back and work some more
        cd ~/myrepo
        echo YYY >>xxx
        git commit -a
        git tag v1.1
        # is git commit -a required to commit the tag???
        git format-patch v1.0
        cd /tmp/newmyrepo
        git am ~/myrepo/THEPATCHNAME
        git tag ls

Where is tag v1.1 ?

Cheers,
Geoff Russell

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-06-14  2:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-13 10:52 tags and patches Geoff Russell
2007-06-13 11:04 ` Pierre Habouzit
2007-06-13 12:04   ` Geoff Russell
2007-06-13 12:14 ` Johannes Schindelin
2007-06-14  0:15   ` Geoff Russell
2007-06-14  1:03     ` Johannes Schindelin
2007-06-14  2:05       ` Geoff Russell
2007-06-14  2:19         ` Jeff King
2007-06-14  2:50           ` Geoff Russell
2007-06-14  2:31         ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).