all repos — elgit @ 42bce06630791cfe158f65769bb88e1a619b68e0

fork of legit: web frontend for git, written in go

readme: add note clarifying cloning
Anirudh Oppiliappan x@icyphox.sh
Mon, 19 Dec 2022 22:33:33 +0530
commit

42bce06630791cfe158f65769bb88e1a619b68e0

parent

150d81df6c82ee9ea735f988d1c06edd9059819a

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M readmereadme
@@ -62,6 +62,8 @@ 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.