mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-19 13:46:03 +10:00
Merge branch 'master' into insider
This commit is contained in:
@@ -26,6 +26,7 @@ for file in ../patches/*.patch; do
|
|||||||
echo applying patch: "${file}";
|
echo applying patch: "${file}";
|
||||||
if ! git apply --ignore-whitespace "${file}"; then
|
if ! git apply --ignore-whitespace "${file}"; then
|
||||||
echo failed to apply patch "${file}" >&2
|
echo failed to apply patch "${file}" >&2
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
@@ -36,6 +37,7 @@ if [[ "${VSCODE_QUALITY}" == "insider" ]]; then
|
|||||||
echo applying patch: "${file}";
|
echo applying patch: "${file}";
|
||||||
if ! git apply --ignore-whitespace "${file}"; then
|
if ! git apply --ignore-whitespace "${file}"; then
|
||||||
echo failed to apply patch "${file}" >&2
|
echo failed to apply patch "${file}" >&2
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
@@ -46,6 +48,7 @@ for file in ../patches/user/*.patch; do
|
|||||||
echo applying user patch: "${file}";
|
echo applying user patch: "${file}";
|
||||||
if ! git apply --ignore-whitespace "${file}"; then
|
if ! git apply --ignore-whitespace "${file}"; then
|
||||||
echo failed to apply patch "${file}" >&2
|
echo failed to apply patch "${file}" >&2
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user