public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Alex Elder <aelder@sgi.com>
To: xfs@oss.sgi.com
Subject: XFS Master Branch Re-based
Date: Mon, 18 Oct 2010 16:56:57 -0500	[thread overview]
Message-ID: <1287439017.2382.100.camel@doink> (raw)

In order to resolve a merge issue, and in preparation
for the imminent 2.6.36 release, I have re-based the
XFS master branch (it now appears to be a series of
commits based on 2.6.36-rc8).

Because of this, if you have local branch that tracks
the XFS master branch you will need to use care in
updating it in order to get the right outcome.  (At
the moment, a simple pull request will most likely
report conflicts.)  You must forcibly update your
local branch to match the newly re-based XFS master
branch.  To do this, you can supply a special refspec
to "git pull".

For example, if your local branch  "xfs-master" is
tracking the XFS "master" branch on oss.sgi.com, you
would force the update like this:
 
   git pull git://oss.sgi.com/xfs/xfs.git +master:xfs-master

This produces a few warning messages.  When I did this with
xfs-master as my current branch I got:
    From git://oss.sgi.com/xfs/xfs
     + 06e6f08...a731cd1 master     -> xfs-master  (forced update)
    Warning: fetch updated the current branch head.
    Warning: fast-forwarding your working tree from
    Warning: commit 06e6f08768cf3e070a557ba812d7a65231e19dd6.
    Already up-to-date.

You can use "git fetch" also, provided "xfs-master" is not
your current branch:

   git fetch git://oss.sgi.com/xfs/xfs.git +master:xfs-master

Here I got:
    From git://oss.sgi.com/xfs/xfs
     + 06e6f08...a731cd1 master     -> xfs-master  (forced update)


One other (unrelated) note, I pushed the 2.6.36-rc8 tag out
and it resulted in a message to the list.  (I've suppressed
these messages in the past and thought I should mention it
since this time one went out.)

					-Alex

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

             reply	other threads:[~2010-10-18 21:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-18 21:56 Alex Elder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-12 17:34 XFS "master" branch re-based Alex Elder

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=1287439017.2382.100.camel@doink \
    --to=aelder@sgi.com \
    --cc=xfs@oss.sgi.com \
    /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