| To: | Daniel Jacobowitz <dan@debian.org> |
|---|---|
| Subject: | Re: git and tags... |
| From: | Franck <vagabon.xyz@gmail.com> |
| Date: | Wed, 9 Nov 2005 10:43:31 +0100 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z2OWVqo5FjYcyYRPLc5PqeNd/dsaR/67sOpCaW6Q6KgCWpX02R7SFfIu6xjePXZDCTi7a7ypV9HFvoovoMeBGW5dmn14cvV02J1727RJpJm0uooVomXaWFsroha2iLuZdKMArZ0dTuOPEZ8E1UmZIyhtXZt4sFJzL0cOcuy9RyE= |
| In-reply-to: | <20051108213103.GA29835@nevyn.them.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cda58cb80511080249w7d902821n@mail.gmail.com> <20051108110134.GA2689@linux-mips.org> <cda58cb80511080925l2d441604i@mail.gmail.com> <20051108184521.GB2689@linux-mips.org> <20051108213103.GA29835@nevyn.them.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
2005/11/8, Daniel Jacobowitz <dan@debian.org>:
> On Tue, Nov 08, 2005 at 06:45:21PM +0000, Ralf Baechle wrote:
> > On Tue, Nov 08, 2005 at 06:25:06PM +0100, Franck wrote:
> >
> > > OK, so tags have been renamed into "linux-2.6.x". Why not using the
> > > same mainline name convention (v2.6.x) ?
> >
> > The same reason that some people like blue and others prefer green ;-)
> >
> > > I have another question (which is the first one in my previous email),
> > > how can I make my working tree a kernel version 2.6.9 for example ?
> >
> > git-read-tree $(cat .git/refs/tags/linux-2.6.9)
> > git-checkout-index -f -a -u -q
>
> IIUC, this is just "git checkout linux-2.6.9" nowadays.
>
"checkout" command seems to work with branch, not tag. Which version
of git are you using ?
Thanks
--
Franck
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: git and tags..., Franck |
|---|---|
| Next by Date: | Re: [PATCH] arch/mips/au1000/common/usbdev.c: don't concatenate __FUNCTION__ with strings, Ralf Baechle |
| Previous by Thread: | Re: git and tags..., Daniel Jacobowitz |
| Next by Thread: | Re: git and tags..., Franck |
| Indexes: | [Date] [Thread] [Top] [All Lists] |