summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-20 08:18:38 -0300
committerEuAndreh <eu@euandre.org>2024-08-20 08:18:38 -0300
commit07fbc269bbdae0493626ccd45169cfa2083799d7 (patch)
tree6882d972b9a72fe20df7deaa20bdc40e909e990b
parentsrc/gitconfig: Mark /srv/git/* as safe (diff)
downloadsyskeep-07fbc269bbdae0493626ccd45169cfa2083799d7.tar.gz
syskeep-07fbc269bbdae0493626ccd45169cfa2083799d7.tar.xz
src/gitconfig: Make "*" safe as the glob did not work
-rw-r--r--src/gitconfig2
1 files changed, 1 insertions, 1 deletions
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 = *