On Tue, 3 Dec 2013 14:35:37 +0900
Carsten Haitzler (The Rasterman) <ras...@rasterman.com> wrote:

> > The problem is that you tagged one commit and pushed a rebased commit
> > *and* the tagged commit (that now isn't on any branch). That's maybe
> > one reason to force the "--tags" to actually push the tags. You can
> > always push the commits first and later tag what is already public.
> > 
> > Btw, you can see these things on your machine more easily by using
> > tig, gitk or the like.
> > 
> > Lucas De Marchi
> 
> i would expect the tag to be applied to the conflict merged commit as it needs
> to be for it to ever be pushed. there is nothing in the git manpage about
> tagging specific commit revs, so i can only use it to tag what i currently am
> committing.

Yeah, you tag what you've committed, but if you rebase afterwards, your
tag is still on the original commit, not on the rebased one. Normally
the original commit stays in your tree until it gets g/c'd, but if you
tag it, it keeps referenced.

> 
> -- 
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to