From 6398d67067837fe2a77d5d5290fec85719a02a8c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 27 May 2022 13:19:51 +0200 Subject: clone to NAME.git folders It seems to be the convention and the default behaviour of `git clone --bare`, so do that. --- examples/docker/cgitize.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/docker/cgitize.toml b/examples/docker/cgitize.toml index 43297c8..b7b37e3 100644 --- a/examples/docker/cgitize.toml +++ b/examples/docker/cgitize.toml @@ -1,4 +1,5 @@ clone_via_ssh = false +clone_url = "http://localhost/{repo}" [github] -- cgit v1.2.3