From: Petr Baudis <pasky@suse.cz>
To: Junio C Hamano <junkio@cox.net>
Cc: Alex Bennee <kernel-hacker@bennee.com>, git@vger.kernel.org
Subject: Re: [QUESTION] What is a tag for?
Date: Wed, 18 Jan 2006 11:07:01 +0100 [thread overview]
Message-ID: <20060118100701.GM28365@pasky.or.cz> (raw)
In-Reply-To: <7v1wz648jc.fsf@assigned-by-dhcp.cox.net>
Dear diary, on Wed, Jan 18, 2006 at 02:41:27AM CET, I got a letter
where Junio C Hamano <junkio@cox.net> said that...
> Alex Bennee <kernel-hacker@bennee.com> writes:
> > Is the
> > only way to know I'm building 2.6.16-rc1 to branch from it as described
> > in git-branch, even if I'm not planning on doing any development?
>
> I do not quite understand. Immediately after the above example
> checkout, before or after doing the hackhack and commit, git
> branch would probably say:
>
> $ git branch
> origin
> master
> * myhack
Well if I understand it, at this point he would just periodically fetch
and get the tags, and when a new release appears, he would merge it to
myhack, and so on. Which is probably the only way if you don't have
cg-seek (I thought git checkout could do it, but it doesn't seem to be
the case), but I can see no advantage of doing it if you can just
cg-seek (unless, after all, you do want to do some development). But
just in case, with Cogito that would be:
$ cg-switch -r v2.6.16-rc1 myhack
# You need Cogito-0.17.GIT for this. It is equivalent to git
# branch, I think.
$ cg-fetch
$ cg-fetch
$ cg-fetch
$ cg-merge v2.6.16-rc2
$ cg-fetch
$ cg-merge v2.6.16
...
--
Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
Of the 3 great composers Mozart tells us what it's like to be human,
Beethoven tells us what it's like to be Beethoven and Bach tells us
what it's like to be the universe. -- Douglas Adams
next prev parent reply other threads:[~2006-01-18 10:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-17 22:52 [QUESTION] What is a tag for? Alex Bennee
2006-01-17 23:05 ` Petr Baudis
2006-01-18 1:41 ` Junio C Hamano
2006-01-18 4:00 ` Linus Torvalds
2006-01-18 4:40 ` Junio C Hamano
2006-01-18 9:58 ` Petr Baudis
2006-01-18 10:07 ` Petr Baudis [this message]
2006-01-18 10:35 ` Andreas Ericsson
2006-01-18 18:19 ` Junio C Hamano
2006-01-18 18:50 ` Andreas Ericsson
2006-01-25 2:08 ` Junio C Hamano
2006-01-25 9:02 ` Andreas Ericsson
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=20060118100701.GM28365@pasky.or.cz \
--to=pasky@suse.cz \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=kernel-hacker@bennee.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;
as well as URLs for NNTP newsgroup(s).