From 42bce06630791cfe158f65769bb88e1a619b68e0 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 19 Dec 2022 22:33:33 +0530 Subject: [PATCH] readme: add note clarifying cloning --- readme | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme b/readme index 014bcb2..fe18119 100644 --- a/readme +++ b/readme @@ -62,6 +62,8 @@ These options are fairly self-explanatory, but of note are: NOTES • Run legit behind a TLS terminating proxy like relayd(8) or nginx. +• Cloning only works in bare repos -- this is a limitation inherent to git. You + can still view bare repos just fine in legit. • The default head.html template uses my CDN to fetch fonts -- you may or may not want this. • Support or cgit-like filters (for readmes etc.) is planned.