mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00: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:
parent
6442313abf
commit
fc53cfd1f8
2
yadm
2
yadm
@ -763,7 +763,7 @@ EOF
|
|||||||
|
|
||||||
# operate on the yadm repo's configuration file
|
# operate on the yadm repo's configuration file
|
||||||
# this is always local to the machine
|
# this is always local to the machine
|
||||||
"$GIT_PROGRAM" config --local "$@"
|
"$GIT_PROGRAM" config "$@"
|
||||||
|
|
||||||
CHANGES_POSSIBLE=1
|
CHANGES_POSSIBLE=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user