We have four branches Branch A, B, C, D. Branch C is created from Branch A and Branch D is created from Branch B. We make changes to Branch D and merge them into Branch B. The same changes we cherrypick from Branch D to Branch C and merge into Branch A.
Now we want to list the names and paths of files changed in Branch A because of above behavior.
I have tried my best and now seeking your help. Thanks in advance