From 07fbc269bbdae0493626ccd45169cfa2083799d7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 20 Aug 2024 08:18:38 -0300 Subject: src/gitconfig: Make "*" safe as the glob did not work --- src/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitconfig b/src/gitconfig index 8950034..569f666 100644 --- a/src/gitconfig +++ b/src/gitconfig @@ -10,4 +10,4 @@ [uploadpack] allowAnySHA1InWant = true [safe] - directory = /srv/git/* + directory = * -- cgit v1.2.3