Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to only consider commits introduced by a given branch #571

Open
tupini07 opened this issue Jun 24, 2020 · 2 comments
Open

Add option to only consider commits introduced by a given branch #571

tupini07 opened this issue Jun 24, 2020 · 2 comments

Comments

@tupini07
Copy link

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.

@issue-label-bot
Copy link

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!

Links: app homepage, dashboard and code for this bot.

@tupini07 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
@saschagrunert
Copy link
Owner

Hey @tupini07, thank you for the feature request. :) This sounds like a valuable addition to me, do you mind opening a PR to contribute it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants