diff options
| author | Victor Stinner <vstinner@python.org> | 2020-08-10 16:36:59 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-10 16:36:59 (GMT) |
| commit | eaa551702d80fd67219c48ee6a13ffb571ca360b (patch) | |
| tree | 5282239acd880c8493389320d6d5cab240319220 /Python/traceback.c | |
| parent | 4ce6faa6c9591de6079347eccc9e61ae4e8d9e31 (diff) | |
| download | cpython-eaa551702d80fd67219c48ee6a13ffb571ca360b.zip cpython-eaa551702d80fd67219c48ee6a13ffb571ca360b.tar.gz cpython-eaa551702d80fd67219c48ee6a13ffb571ca360b.tar.bz2 | |
bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806)
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.
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions
