all repos — legit @ 5ba4a5747fdd66ac0ddf5742cf4c275b808df36d

Unnamed repository; edit this file 'description' to name the repository.

docs: minor README error
Maxwell Jensen 85795372+maxwelljens@users.noreply.github.com
Tue, 12 May 2026 12:42:38 +0200
commit

5ba4a5747fdd66ac0ddf5742cf4c275b808df36d

parent

3889ff9b7bb7d2e429afad79aaf6546c133bd8d5

1 files changed, 8 insertions(+), 6 deletions(-)

jump to
M README.mdREADME.md

@@ -31,8 +31,8 @@ # Run

./legit --config ./config.yaml ``` -You'll need a `config.yaml` (see [Configuration](#configuration)) and at least -one bare git repo in your `scanPath`. +You'll need a `config.yaml` (see below) and at least one bare git repo in your +`scanPath`. ## Features

@@ -101,7 +101,7 @@ git clone https://git.example.com/my-repo

``` **Things to know:** -- Cloning only works with **bare repos** (a limitation of git itself — non-bare +- Cloning only works with **bare repos** (a limitation of git itself, non-bare repos still display fine in the web UI). - Pushing over HTTPS is deliberately **disabled**. Use SSH. - Run legit behind a TLS-terminating proxy (nginx, relayd, etc.).

@@ -159,7 +159,9 @@ routes them to the git backend, or renders the web UI otherwise.

## Licence -Original code (c) Anirudh Oppiliappan — MIT. -Modifications (c) Maxwell Jensen — [European Union Public Licence 1.2](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12). +Original code (c) Anirudh Oppiliappan under MIT Licence. -See `license` and `NOTICE` for details. +Modifications (c) Maxwell Jensen under [European Union Public Licence +1.2](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12). + +See `LICENCE.txt` for details.