| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: git and tags... |
| From: | Franck <vagabon.xyz@gmail.com> |
| Date: | Wed, 9 Nov 2005 10:15:07 +0100 |
| Cc: | 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=QOMqbZkvwGj7HpA4qDpH/fQmIMreowiBQxU1nNFZaOvSe2N8YQQNJhEGS6xJvfqqCtXtrI9BtFrCegnEoCHElxuXghICVN7Y1BH+gRKkcSLHlkivXRZQC2ucwqGq/+AiR6NT4N0ajemDsIcEVdbQmU+I2boS+Z2vxqjQGmJ/Z9Q= |
| In-reply-to: | <20051108184521.GB2689@linux-mips.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> |
| Sender: | linux-mips-bounce@linux-mips.org |
2005/11/8, Ralf Baechle <ralf@linux-mips.org>:
> 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 ;-)
>
yet, mips branch follows mainline coding style...Actually it's just
more convenient to remember only one tag name convention. Anyways....
> > 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
>
thanks for that
> > And the last question related to mips git repository, why does kernel
> > v2.2, v2.4, v2.6 are in the same repository ? Why not seperate
> > different major version of the kernel in a seperate repository ?
>
> The extra space consumption for all these historic versions in a
> compressed git repository is extremly little.
>
hmm...still I get:
# du linux-mips.git/.git
263M
# du linux-mainline.git/.git
104M
Thanks
--
Franck
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: MIPS - 64bit woes, Jim Gifford |
|---|---|
| Next by Date: | Re: git and tags..., Franck |
| Previous by Thread: | Re: git and tags..., Franck |
| Next by Thread: | [PATCH] arch/mips/au1000/common/usbdev.c: don't concatenate __FUNCTION__ with strings, Alexey Dobriyan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |