diff options
author | EuAndreh <eu@euandre.org> | 2024-08-20 07:18:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-20 07:18:01 -0300 |
commit | efa9849d5be0dd086fd62b306ae882cf1f9e8ca0 (patch) | |
tree | 425ff76511b02b4106bf082899411c6d11a316fb | |
parent | src/reconfigure: Disable cicd(8) for now (while being developed) (diff) | |
download | syskeep-efa9849d5be0dd086fd62b306ae882cf1f9e8ca0.tar.gz syskeep-efa9849d5be0dd086fd62b306ae882cf1f9e8ca0.tar.xz |
src/gitconfig: Mark /srv/git/* as safe
-rw-r--r-- | src/gitconfig | 2 |
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/* |