1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Fix clone support for older versions of Git (#348)

This commit is contained in:
Tim Byrne
2021-08-23 08:11:38 -05:00
parent 1544413c91
commit db78669479

2
yadm
View File

@@ -767,8 +767,8 @@ function clone() {
rm -rf "$YADM_REPO" "$wc"
error_out "Unable to clone the repository"
}
rm -rf "$wc"
configure_repo
rm -rf "$wc"
# then reset the index as the --no-checkout flag makes the index empty
"$GIT_PROGRAM" reset --quiet -- .