From 63b45b557f548670bcdd27b1943be6e3bdbf8bb0 Mon Sep 17 00:00:00 2001 From: alemi Date: Tue, 13 Feb 2024 15:54:42 +0100 Subject: [PATCH] fix: set name property while creating --- new | 1 + 1 file changed, 1 insertion(+) diff --git a/new b/new index 8ccf0e9..e4a5596 100755 --- a/new +++ b/new @@ -17,3 +17,4 @@ fi git init --bare "/srv/git/$REPOSITORY" git config -f "/srv/git/$REPOSITORY/config" cgit.ignore 1 +git config -f "/srv/git/$REPOSITORY/config" cgit.name "${REPOSITORY//.git/}"