Skip to content
Snippets Groups Projects
Unverified Commit 9d58933c authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

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 eaa55170)

Co-authored-by: default avatarVictor Stinner <vstinner@python.org>
parent 9da35026
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment