Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Problem Statement
There are lots of things you would want to do in a pull request involving diffs and history! For example, you might want to make sure all new changes pass a linter, but it would be impossible to know what new changes are for the entire pull request without a full knowledge of the diff.
Proposed Solution
The cloned git repository should clone down at at least the base revision from when the pull request diverged from the main branch so that diff analysis can be easily done. Ideally it will also include a reference to the merge target as well. Ideally, well-documented substitutions .
git
commands from the cloud build yaml will describe how to switch branches using the injectedRelated Issues