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