; Example public-inbox config snippet for the external index (extindex) at: ; https://yhetil.org/guix/ ; See public-inbox-config(5)manpage for more details: ; https://public-inbox.org/public-inbox-config.html [extindex "guix"] topdir = /path/to/extindex-topdir url = https://example.com/guix/ url = http://example.onion/guix/ coderepo = guix.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 "guix.git"] ; git clone https://git.savannah.gnu.org/cgit/guix.git /path/to/guix.git dir = /path/to/guix.git cgiturl = https://example.com/guix.git