Replies: 2 comments 1 reply
-
Most of the time a merge commit doesn't have any modified file, so the list is always empty. I have a detailed answer (with examples) to this question here: #89 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
-
So you want "all" code modified in a branch. 2 options:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that "the list of modifications might is empty if the commit is a merge commit",but I want to know which methods was modified in a merge commit that compare to "parent[0]" . I wonder if there is any other way I can do it. Thank you very much if you can get an answer!
Beta Was this translation helpful? Give feedback.
All reactions