From e67af53f1c3a14fd8af5773c63618b553a529cb3 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 8 Feb 2024 19:47:28 +0100 Subject: [PATCH] fix: new repos are hidden by default --- new | 1 + 1 file changed, 1 insertion(+) diff --git a/new b/new index e74964b..8ccf0e9 100755 --- a/new +++ b/new @@ -16,3 +16,4 @@ if [ -d "/srv/git/$REPOSITORY" ]; then fi git init --bare "/srv/git/$REPOSITORY" +git config -f "/srv/git/$REPOSITORY/config" cgit.ignore 1