-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the changes made are being determined by the command git diff <destination branch>..<source branch>. This command results in changes made in the destination branch as well.
Some CI tools have option to merge the source branch into the destination with the git clone step itself. In this case, changes made in the destination branch become irrelevant for determining the affected targets.
For these scenarios, we should use the git diff <destination branch>...<source branch> command to accurately determine the effective change set.
Proposal
Add one more command line option to exclude destination branch changes.
mikeger and ronan-ociosoig-edo
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request