Patrick Schleizer
|
4efa293f3b
|
add /etc/gitconfig by default for better git security
```
[core]
symlinks = false
[transfer]
fsckobjects = true
fsckobjects = true
[fetch]
fsckobjects = true
fsckobjects = true
[receive]
fsckobjects = true
fsckobjects = true
```
+ additional suggestions as comments
fixes https://github.com/Kicksecure/security-misc/issues/225
|
2024-05-28 07:51:06 -04:00 |
|