-
Notifications
You must be signed in to change notification settings - Fork 13
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
Display git merge-base and git log between 2 selected commits in the graph #40
Comments
I agree some time this could be useful
Why not Control-click on two commits? |
Yes, we use this to understand the changes between 2 commits but here I was thinking about getting the list of commit descriptions. To illustrate, this is the command we execute today to get that list |
So only for copying the commit messages in between? I think this is a quite rare use case. Lets see what other users say. |
That's right and I agree I miss it less than |
Display merge-base between 2 commits
In our company we use a lot of branches and that would be fantastic to have an option to display the
git merge-base
result between 2 commits selected in the graph.Display git log between 2 commits
Similarly, that would great to have an option to execute
git log
between 2 commits selected in the graph.The text was updated successfully, but these errors were encountered: