1
0

Use --detached worktrees

Este cometimento está contido em:
2025-08-05 14:13:27 -04:00
ascendente 4890aa192d
cometimento 251b54937b

Ver ficheiro

@@ -534,7 +534,7 @@ from_source() {
execute rm -rf "$BUILD_DIR"
fi
execute git -C "$SRC_DIR" worktree prune --verbose
execute git -C "$SRC_DIR" worktree add "$BUILD_DIR" "$ref"
execute git -C "$SRC_DIR" worktree add --detached "$BUILD_DIR" "$ref"
# Print commit info
commit=$(git -C "$BUILD_DIR" rev-parse HEAD)