; Example public-inbox config snippet for a mirror of ; https://public-inbox.org/git/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "git"] inboxdir = /path/to/top-level-inbox ; note: public-inbox before v1.2.0 used `mainrepo' instead of ; `inboxdir', both remain supported after 1.2 mainrepo = /path/to/top-level-inbox url = https://example.com/git/ url = http://example.onion/git/ address = git@vger.kernel.org infourl = http://vger.kernel.org/majordomo-info.html ; altid DBs may be used to provide numeric article ID lookup from ; old, pre-existing sources. You can recreate them via curl(1), ; gzip(1), and sqlite3(1) as documented: ; curl -d '' https://public-inbox.org/git/gmane.sql.gz | \ ; gzip -dc | \ ; sqlite3 /path/to/top-level-inbox/gmane.sqlite3 altid = serial:gmane:file=gmane.sqlite3 newsgroup = inbox.comp.version-control.git imapmirror = imaps://public-inbox.org/inbox.comp.version-control.git nntpmirror = nntp://ie5yzdi7fg72h7s4sdcztq5evakq23rdt33mfyfcddc5u3ndnw24ogqd.onion/inbox.comp.version-control.git nntpmirror = nntps://news.public-inbox.org/inbox.comp.version-control.git nntpmirror = nntp://news.gmane.org/gmane.comp.version-control.git coderepo = mirrors/git.git ; `coderepo' entries allows blob reconstruction via patch emails if ; the inbox is indexed with Xapian. `@@ @@' ; line number ranges in `[PATCH]' emails link to /$INBOX_NAME/$OID/s/, ; an HTTP endpoint which reconstructs git blobs via git-apply(1). [coderepo "mirrors/git.git"] ; git clone https://80x24.org/mirrors/git.git /path/to/mirrors/git.git dir = /path/to/mirrors/git.git cgiturl = https://example.com/mirrors/git.git