mirror of
https://github.com/TheLocehiliosan/yadm
synced 2026-03-02 03:49:29 +00:00
Remove deprecated option cygwin-copy
This commit is contained in:
3
yadm
3
yadm
@@ -514,9 +514,6 @@ function alt() {
|
||||
local do_copy=0
|
||||
[ "$(config --bool yadm.alt-copy)" == "true" ] && do_copy=1
|
||||
|
||||
# deprecated yadm.cygwin-copy option (to be removed)
|
||||
[ "$(config --bool yadm.cygwin-copy)" == "true" ] && do_copy=1
|
||||
|
||||
cd_work "Alternates" || return
|
||||
|
||||
# determine all tracked files
|
||||
|
||||
Reference in New Issue
Block a user