| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: why the early_initcall(au1x00_setup) do not work? |
| From: | Ivan Korzakow <ivan.korzakow@gmail.com> |
| Date: | Wed, 11 Jan 2006 16:14:04 +0100 |
| Cc: | "P. Christeas" <p_christ@hol.gr>, 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=InXUtVKzGoETskmJlvDMSxBC3g77aqHnhI5Sno6QiXWUXNaTh5B1ry0nAzSnYPw6yM+C8d4rZsjdtFYEe5l4FfyvehOWPTCBISGhhike8xPdzIHCUnSVbx4N8fjrSeMHXM1IXS0Q4mOU/77ClmM94EmiRdIAbut9O1+UKsb7oO0= |
| In-reply-to: | <20060110215322.GA27577@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <50c9a2250601082159p238cacd6r930709da9305479e@mail.gmail.com> <200601101757.45297.p_christ@hol.gr> <a59861030601100838oa89ac84n@mail.gmail.com> <200601101857.26978.p_christ@hol.gr> <20060110215322.GA27577@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
2006/1/10, Ralf Baechle <ralf@linux-mips.org>:
> It is possible to keep both Linus's and the lmo tree in the same
> repository with a _little_ care. I do that all the time. When compressed
> this will result in a bloat of just about 10-20MB.
>
well, in a MIPS repo:
$ git repack -a -d
$ git prune-packed
$ git prune
$ du .git
266M .git
$ tree .git/objects/
.git/objects/
|-- info
| `-- packs
`-- pack
|-- pack-77ee75692f2944708c9dd65d6ba9100f6647b414.idx
`-- pack-77ee75692f2944708c9dd65d6ba9100f6647b414.pack
2 directories, 3 files
What kind of magical git commands are you using ?
Ivan
|
| Previous by Date: | Re: QEMU and kernel 2.6.15, Atsushi Nemoto |
|---|---|
| Next by Date: | Re: why the early_initcall(au1x00_setup) do not work?, Ivan Korzakow |
| Previous by Thread: | Re: why the early_initcall(au1x00_setup) do not work?, Ralf Baechle |
| Next by Thread: | Re: why the early_initcall(au1x00_setup) do not work?, Jordan Crouse |
| Indexes: | [Date] [Thread] [Top] [All Lists] |