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

Remove the filtered out commits in commits graph #3710

Open
tjx666 opened this issue Nov 4, 2024 · 4 comments · Fixed by #3686
Open

Remove the filtered out commits in commits graph #3710

tjx666 opened this issue Nov 4, 2024 · 4 comments · Fixed by #3686
Labels
area-graph Issues or features related to the commit graph feature New feature or request pending-release Resolved but not yet released to the stable edition
Milestone

Comments

@tjx666
Copy link

tjx666 commented Nov 4, 2024

For now, gitlens dim the filtered out commits, but the better view is just remove the filtered out commits.

I want to filter my changes, I just want to see my commits, the dimmed commits occupy too much space.

Image

@tjx666 tjx666 added feature New feature or request triage Needs to be looked at labels Nov 4, 2024
@d13 d13 added this to the 16.0 milestone Nov 4, 2024
@d13 d13 added area-graph Issues or features related to the commit graph and removed triage Needs to be looked at labels Nov 4, 2024
@d13 d13 linked a pull request Nov 4, 2024 that will close this issue
@d13
Copy link
Member

d13 commented Nov 4, 2024

This is currently available in the pre-release edition of GitLens!

You can switch to the pre-release edition of GitLens, by clicking on the "Switch to Pre-Release version of this extension" from the Extensions view.

image

In the graph, simply click the filter button just before search box to hide the rows. Give it a try and let us know what you think.

Image

@d13 d13 added the pending-release Resolved but not yet released to the stable edition label Nov 4, 2024
@tjx666
Copy link
Author

tjx666 commented Nov 4, 2024

@d13
work fine, thank you.

Maybe not a related question, how to make gitlens know these are same people(me)?

Image

@eamodio
Copy link
Member

eamodio commented Nov 4, 2024

@tjx666 You can use a .mailmap file, https://git-scm.com/docs/gitmailmap. If one exists, Git and GitLens will use it.

@tjx666
Copy link
Author

tjx666 commented Nov 4, 2024

learned a lot, thanks @eamodio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-graph Issues or features related to the commit graph feature New feature or request pending-release Resolved but not yet released to the stable edition
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants