Re: [git patches] libata updates for 3.5
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2012-05-23 21:06:56
Also in:
lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2012-05-23 21:06:56
Also in:
lkml
On Wed, May 23, 2012 at 12:28 PM, Jeff Garzik [off-list ref] wrote:
Please pull 2fff27512600f9ad91335577e485a8552edb0abf from git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git tag/upstream-linus
That's not what I get at all. I get your old stuff that I pulled early May.
I suspect you didn't force the tag update: tags aren't like branches,
so by default git will not just overwrite an old tag with a new tag.
Branches are *expected* to be mutable (well, at least if the changes
are fast-forwards), after all - but changing a tag is something you
need to be conscious about.
Linus