You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very nice if we could generate a report considering only commits which were introduced in a given branch.
We would probably need to compare the current branch (or a given branch) against another to know which commits we have that the other branch doesn't (eg, HEAD vs. master).
The functionality I'm thinking of is like the following but with git-journal output:
git log master..develop --oneline --no-merges
This would be a very useful feature when making a commit report for a pull requests.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.98. Please mark this comment with 👍 or 👎 to give our bot feedback!
tupini07
changed the title
Add option to only consider commits which are being introduced in a given branch
Add option to only consider commits introduced by a given branch
Jun 24, 2020
It would be very nice if we could generate a report considering only commits which were introduced in a given branch.
We would probably need to compare the current branch (or a given branch) against another to know which commits we have that the other branch doesn't (eg, HEAD vs. master).
The functionality I'm thinking of is like the following but with
git-journal
output:This would be a very useful feature when making a commit report for a pull requests.
The text was updated successfully, but these errors were encountered: