-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Show commits of current branch #293
Comments
Ah interesting, I think the biggest challenge here, is picking the branch that is the base -- here you are always using |
For reference, the "commits behind master" view that Bitbucket gives is helpful, and I believe this feature would essentially be the equivalent. |
@borekb I've added a new experimental new Compare with... node to each repository. It will let you pick the comparison and it persists based on the workspace/repo/branch. You must set Could you try it out and let me know if this will solve this issue for you? Thanks! |
Thanks, I like the contents of that node but I'd prefer if this was just directly under the branch. Here's how I see it: I understand the challenge with the "base branch" but still think this can be a global setting as per #293 (comment). |
While I see what you are saying, I find the branch history regularly quite valuable. In 9.8 I've add the new comparison node similar to the above. Hopefully that meets your need closely enough. |
There seems to be many good changes around this in v9.9: The number of commits (12) in case of a two-dot mode is correct, however, the files are not correct: there's not 28 of them but 13 – Git Tree Compare & GitHub Pull Requests extensions show that correctly. Is that a bug or is this feature supposed to work differently? |
I just spot the same behavior. It looks like the files changed are always diff with the 2 dot approach. |
👍 , done that in #797. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Use case: I want to see a list of commits in my current branch, and just those. Both Show Current Branch History and the branch view in the sidebar list all commits reachable from HEAD which is technically correct but I'm often interested only in "my commits".
The Git command that produces the desired output is
(Most commonly, it can be just
git log master..HEAD
.)In the UI, I think this could be another top-level node in the sidebar, something like Current branch.
So the sidebar could look like this:
The text was updated successfully, but these errors were encountered: