public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Chinner <david@fromorbit.com>
To: Eric Sandeen <sandeen@sandeen.net>
Cc: linux-xfs <linux-xfs@vger.kernel.org>
Subject: Re: [ANNOUNCE] quick note on the xfsprogs v4.14.0 tag
Date: Fri, 19 Jan 2018 10:51:08 +1100	[thread overview]
Message-ID: <20180118235108.GM6304@dastard> (raw)
In-Reply-To: <9db5c956-76e1-c1d6-e7d8-84a4393e8579@sandeen.net>

On Thu, Jan 18, 2018 at 05:15:40PM -0600, Eric Sandeen wrote:
> On 1/18/18 5:10 PM, Eric Sandeen wrote:
> > Hello dear XFS users:
> > 
> > tl;dr: everything is fine.  No action is needed.
> > 
> > Just a heads up that I had mis-tagged v4.14.0 in git when I did the
> > release; it was an inconsequential mistake - long story, but
> > checking out v4.14.0 /did/ get you the proper codebase, just
> > not the top commit on the master branch at the time of release.
> > 
> > So for posterity, I'm making it clear that I've moved the v4.14.0
> > tag to the proper commit.  There is no functional change, and
> > the tarballs at 
> > https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
> > will remain unmodified.
> > 
> > the auto-generated snapshot tarball at
> > https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/snapshot/xfsprogs-dev-4.14.0.tar.gz
> > did get regenerated by the kernel.org infra, with an identical
> > resulting md5sum.
> > 
> > So when you do a git pull and see:
> > 
> >  * [new tag]         v4.14.0    -> v4.14.0
> 
> Actually, you'll probably want to do a git fetch --tags
> to be sure to get the moved tag.

FWIW, it's also worth noting that branches checked out on the old
v4.14.0 tag will not fast-forward update when the master branch
moves forward as they are pointing to an orphaned commit off the
main history line. You'll probably need to run either:

	git reset --hard v4.14.0

or
	git reset --hard origin/master

to return your checked out branch(es) to the master branch and have
git pull/git fetch update it in sync with the upstream repository
again.

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

      reply	other threads:[~2018-01-18 23:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-18 23:10 [ANNOUNCE] quick note on the xfsprogs v4.14.0 tag Eric Sandeen
2018-01-18 23:15 ` Eric Sandeen
2018-01-18 23:51   ` Dave Chinner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180118235108.GM6304@dastard \
    --to=david@fromorbit.com \
    --cc=linux-xfs@vger.kernel.org \
    --cc=sandeen@sandeen.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox