1
0
Fork 0
mirror of synced 2024-12-13 02:45:45 -05:00

Remove --local

`--local` isn't supported by versions of Git older than 1.8. But it
should be the default if the `--local` is omitted.
This commit is contained in:
Tim Byrne 2019-11-03 13:35:44 -06:00
parent 6442313abf
commit fc53cfd1f8
No known key found for this signature in database
GPG key ID: 14DB4FC2465A4B12

2
yadm
View file

@ -763,7 +763,7 @@ EOF
# operate on the yadm repo's configuration file
# this is always local to the machine
"$GIT_PROGRAM" config --local "$@"
"$GIT_PROGRAM" config "$@"
CHANGES_POSSIBLE=1