8000 Try to resolve shallow problem · python/python-docs-ja@3d70874 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d70874

Browse files
committed
Try to resolve shallow problem
1 parent 03760a7 commit 3d70874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push/renew-catalog-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eux
55
cd "${BASEDIR}"/cpython-doc-catalog
66
git remote add upstream https://github.com/python/cpython.git
77
git remote -v
8-
git fetch --quiet upstream
8+
git fetch --update-shallow upstream
99
git merge --no-ff upstream/${CPYTHON_BRANCH} -m "Merge remote-tracking branch 'upstream/${CPYTHON_BRANCH}' into ${CATALOG_BRANCH} by Autobuild bot on TravisCI"
1010

1111
# generate catalog

0 commit comments

Comments
 (0)
0