diff options
author | EuAndreh <eu@euandre.org> | 2024-08-20 08:18:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-20 08:18:38 -0300 |
commit | 07fbc269bbdae0493626ccd45169cfa2083799d7 (patch) | |
tree | 6882d972b9a72fe20df7deaa20bdc40e909e990b | |
parent | src/gitconfig: Mark /srv/git/* as safe (diff) | |
download | syskeep-07fbc269bbdae0493626ccd45169cfa2083799d7.tar.gz syskeep-07fbc269bbdae0493626ccd45169cfa2083799d7.tar.xz |
src/gitconfig: Make "*" safe as the glob did not work
-rw-r--r-- | src/gitconfig | 2 |
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 = * |