public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: Joseph Myers <joseph@codesourcery.com>
To: Mark Wielaard via Overseers <overseers@sourceware.org>
Cc: "Frank Ch. Eigler" <fche@redhat.com>, Mark Wielaard <mark@klomp.org>
Subject: Re: GNU Toolchain Infrastructure at sourceware
Date: Tue, 31 May 2022 22:12:16 +0000	[thread overview]
Message-ID: <alpine.DEB.2.22.394.2205312205170.2032472@digraph.polyomino.org.uk> (raw)
In-Reply-To: <YpaNjrCEB+OuIhd5@wildebeest.org>

On Tue, 31 May 2022, Mark Wielaard via Overseers wrote:

> A more general point is that gcc.git is really a couple of orders
> bigger than anything else. And that affects more things than just the
> buildbot. I wonder if we should cut off a bit more history. It would
> mean that people who really have to search back to before say gcc-5
> need to stich in the gcc-old.git. But if it makes the default clone
> 1GB smaller that would be really good.

gcc-old.git is the old git-svn mirror, now read only.  It has no relation 
to the main version of the history in gcc.git (the gcc-old.git history is 
also available in gcc.git under refs/git-old/ and refs/git-svn-old/, not 
fetched by default).

The vast bulk of the approximately 6000 refs in gcc.git are *not* fetched 
by default, and the repository is set up with delta islands to make that 
efficient.

People not wanting full history of the branches they clone can create a 
shallow clone with git clone --depth (and people wanting full history but 
only for one branch can use --single-branch).

The GCC repository size is similar to that for the Linux kernel.

-- 
Joseph S. Myers
joseph@codesourcery.com

  reply	other threads:[~2022-05-31 22:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-30 22:01 Mark Wielaard
2022-05-31 16:39 ` Frank Ch. Eigler
2022-05-31 21:50   ` Mark Wielaard
2022-05-31 22:12     ` Joseph Myers [this message]
2022-06-01 10:09       ` Mark Wielaard
2022-07-22 16:48   ` Mark Wielaard
2022-06-22  9:14 ` Roadmap update Mark Wielaard

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=alpine.DEB.2.22.394.2205312205170.2032472@digraph.polyomino.org.uk \
    --to=joseph@codesourcery.com \
    --cc=fche@redhat.com \
    --cc=mark@klomp.org \
    --cc=overseers@sourceware.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).