git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: git@vger.kernel.org
Subject: Re: [ANNOUNCE] more archives of this list
Date: Sun, 10 Jul 2016 03:47:45 +0000	[thread overview]
Message-ID: <20160710034745.GA20270@dcvr.yhbt.net> (raw)
In-Reply-To: <20160710004813.GA20210@dcvr.yhbt.net>

Eric Wong <e@80x24.org> wrote:
> 	https://public-inbox.org/.temp/git.vger.kernel.org-6c38c917e55c.gz
> 	(362M)
> 
> 	git init --bare mirror.git
> 	curl $FAST_EXPORT_GZ_URL | git --git-dir=mirror.git fast-import

Oops, that is missing zcat:

	curl $FAST_EXPORT_GZ_URL | zcat | git --git-dir=mirror.git fast-import

> 	git --git-dir=mirror.git remote add --mirror=fetch origin $URL

And I forgot to set a branch for fast-export and just exported
a ref, so importers will need to create master explicitly:

	git update-ref refs/heads/master 6c38c917e55c

  reply	other threads:[~2016-07-10  3:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-10  0:48 [ANNOUNCE] more archives of this list Eric Wong
2016-07-10  3:47 ` Eric Wong [this message]
2016-07-28 20:59 ` Eric Wong
2016-08-05  9:28 ` Jeff King
2016-08-05  9:35   ` Jeff King
2016-08-05  9:59     ` Eric Wong
2016-08-05 18:19     ` Eric Wong
2016-08-05 20:22       ` Jeff King
2016-08-06 23:41         ` Eric Wong
2016-08-05 15:04   ` Duy Nguyen
2016-08-05 20:20     ` Jeff King

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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160710034745.GA20270@dcvr.yhbt.net \
    --to=e@80x24.org \
    --cc=git@vger.kernel.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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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).