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

show newer commits if on detached head #1964

Open
extrawurst opened this issue Nov 27, 2023 · 0 comments
Open

show newer commits if on detached head #1964

extrawurst opened this issue Nov 27, 2023 · 0 comments
Labels
Milestone

Comments

@extrawurst
Copy link
Collaborator

Right now the log starts from HEAD - no matter if that's a tip of a branch or not.

For #81 we need to do the revwalk from every tip and come up with a smart data structure that allows us to draw the correct graph without storing the whole graph in memory.

Before tackling #81 we can at least determine if we are on a detached head and then iterate the branches whether one is a descendent of our current HEAD and then start from the branch tip and visualize where HEAD is in the log.

@extrawurst extrawurst added this to the v0.25 milestone Nov 27, 2023
@extrawurst extrawurst added the good first issue Good for newcomers label Feb 19, 2024
@extrawurst extrawurst modified the milestones: v0.25, v0.26, v0.27 Feb 19, 2024
@extrawurst extrawurst modified the milestones: v0.27, v0.28 Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant