From: sean <seanlkml@sympatico.ca>
To: Paul Jackson <pj@sgi.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: How in tarnation do I git v2.6.16-rc2? hg died and I still don't git git
Date: Wed, 8 Feb 2006 10:16:26 -0500 [thread overview]
Message-ID: <BAYC1-PASMTP07321AEB36615A344C1581AE000@CEZ.ICE> (raw)
Message-ID: <20060208101626.3afa69ba.seanlkml@sympatico.ca> (raw)
In-Reply-To: <20060208070301.1162e8c3.pj@sgi.com>
On Wed, 8 Feb 2006 07:03:01 -0800
Paul Jackson <pj@sgi.com> wrote:
> But how in tarnation do I git a checked out copy/clone/whatever of
> Linus's tree that only has the changes up through revision v2.6.16-rc2
> (that doesn't include changes since then)?
Hi Paul,
You create a branch. This will be a bit easier if you have all of the
tags for each of Linus' releases, do:
$ git fetch --tags
Then you create the branch as at the commit you're interested in:
$ git checkout -b working v2.6.16-rc2
Which tells git to create a branch named "working" as at the commit
referenced by the tag "v2.6.16-rc2". You can see this worked
by:
$ git branch
master
origin
* working
Where the asterisk shows you that you're now operating in the "working"
branch. And "git log" will show you that the HEAD commit is the
one you're interested in.
HTH,
Sean
next prev parent reply other threads:[~2006-02-08 15:16 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-08 15:03 Paul Jackson
2006-02-08 15:14 ` Dale Farnsworth
2006-02-08 15:27 ` Paul Jackson
2006-02-08 15:15 ` Mattia Dongili
[not found] ` <20060208101626.3afa69ba.seanlkml@sympatico.ca>
2006-02-08 15:16 ` sean [this message]
2006-02-08 17:53 ` Bryan O'Sullivan
2006-02-08 18:06 ` Paul Jackson
2006-02-09 13:08 ` git for dummies, anyone? (was: Re: How in tarnation do I git v2.6.16-rc2? hg died and I still don't git git) Jes Sorensen
2006-02-09 14:17 ` git for dummies, anyone? Jeff Garzik
2006-02-09 14:36 ` Josh Boyer
2006-02-09 14:43 ` Jes Sorensen
2006-02-09 14:55 ` Paul Jackson
2006-02-09 16:46 ` Catalin Marinas
2006-02-09 15:35 ` Diego Calleja
2006-02-09 15:56 ` Jes Sorensen
2006-02-09 16:07 ` J. Bruce Fields
2006-02-09 16:37 ` Marc Koschewski
2006-02-09 14:50 ` git for dummies, anyone? (was: Re: How in tarnation do I git v2.6.16-rc2? hg died and I still don't git git) Paul Jackson
2006-02-09 23:16 ` Willy Tarreau
2006-02-10 0:03 ` Paul Jackson
2006-02-10 6:23 ` Willy Tarreau
2006-02-10 14:08 ` Theodore Ts'o
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=BAYC1-PASMTP07321AEB36615A344C1581AE000@CEZ.ICE \
--to=seanlkml@sympatico.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=pj@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
all inboxes | Powered by JetHome®