summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-20 07:18:01 -0300
committerEuAndreh <eu@euandre.org>2024-08-20 07:18:01 -0300
commitefa9849d5be0dd086fd62b306ae882cf1f9e8ca0 (patch)
tree425ff76511b02b4106bf082899411c6d11a316fb
parentsrc/reconfigure: Disable cicd(8) for now (while being developed) (diff)
downloadsyskeep-efa9849d5be0dd086fd62b306ae882cf1f9e8ca0.tar.gz
syskeep-efa9849d5be0dd086fd62b306ae882cf1f9e8ca0.tar.xz
src/gitconfig: Mark /srv/git/* as safe
-rw-r--r--src/gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gitconfig b/src/gitconfig
index f1f1eb3..8950034 100644
--- a/src/gitconfig
+++ b/src/gitconfig
@@ -9,3 +9,5 @@
advertisePushOptions = true
[uploadpack]
allowAnySHA1InWant = true
+[safe]
+ directory = /srv/git/*