We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ab38b commit b1978bfCopy full SHA for b1978bf
preprocess-zh.sh
@@ -23,11 +23,11 @@ done
23
set -e
24
25
if [[ "${UPSTREAM}" = "p12tic" ]]; then
26
- git clone https://github.com/p12tic/cppreference-doc.git --depth=1
+ git clone https://github.com/p12tic/cppreference-doc.git --filter=tree:0
27
cd cppreference-doc
28
git apply -3 ../zh-p12tic.diff
29
else
30
- git clone https://github.com/PeterFeicht/cppreference-doc.git --depth=1
+ git clone https://github.com/PeterFeicht/cppreference-doc.git --filter=tree:0
31
32
git apply -3 ../zh.diff
33
fi
0 commit comments