Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3d70874

Browse files
committed
Try to resolve shallow problem
1 parent03760a7 commit3d70874

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)

[8]ページ先頭

©2009-2025 Movatter.jp