Eric Wong <e@xxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html