| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
pythonGH-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. (cherry picked from commit eaa5517) Co-authored-by: Victor Stinner <vstinner@python.org>
|
@vstinner: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
Why do you need this backport today? |
Sorry, something went wrong.
|
@vstinner: Status check is done, and it's a failure ❌ . |
Sorry, something went wrong.
|
@vstinner: Status check is done, and it's a failure ❌ . |
Sorry, something went wrong.
|
Do we still want to pursue this in the 3.7 branch? |
Sorry, something went wrong.
Sorry, this should have been merged earlier; it slipped off my radar. Thanks for the backport! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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 eaa5517)
Co-authored-by: Victor Stinner vstinner@python.org