SIGN IN SIGN UP

bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806) (GH-92342)

On Git 2.28, "git diff master..." (3 dots) no longer works when
"fetch --depth=1" is used, whereas it works on Git 2.26.

Replace "..." (3 dots) with ".." (2 dots) in the "git diff" command
computing the list of modified files between the base branch and the
PR branch.
(cherry picked from commit eaa551702d80fd67219c48ee6a13ffb571ca360b)

Co-authored-by: Victor Stinner <vstinner@python.org>
M
Miss Islington (bot) committed
9d58933c20cd49c9a78d54483f27add6cb18138d
Parent: 9da3502
Committed by GitHub <noreply@github.com> on 9/2/2022, 3:28:11 AM