Try to keep worktree src

This commit is contained in:
2024-04-22 15:15:29 -04:00
parent 95f8d688cd
commit bc025c1c3d

View File

@@ -585,7 +585,7 @@ fromSource() {
;; ;;
esac esac
[[ -d "$GITWORKTREEDIR" ]] && rm -rf "$GITWORKTREEDIR" # [[ -d "$GITWORKTREEDIR" ]] && rm -rf "$GITWORKTREEDIR"
execute "${wt_cmd[@]}" "$wt_commit" execute "${wt_cmd[@]}" "$wt_commit"
@@ -682,7 +682,7 @@ fromSource() {
done done
shopt -u nullglob shopt -u nullglob
return 0 ret,urn 0
} }
# Generic helpers # Generic helpers