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

Allow restriction to "current branch" while keeping graph topology intact #22

Open
mlange-42 opened this issue Dec 28, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@mlange-42
Copy link
Owner

Problem: when walking the respository from HEAD, back-tracing of branches does notwork properly.

Solution: back-trace the entire graph, but display only what is reachable from HEAD

@mlange-42 mlange-42 added the enhancement New feature or request label Dec 28, 2020
@mlange-42 mlange-42 self-assigned this Dec 28, 2020
@stdedos
Copy link

stdedos commented Sep 13, 2022

Hello there! I'd like a similar idea, but more expanded:

Allow a vararg listing of refspecs, and visualize all n-1 refspecs with regards to the merge-base of the 1st refspec.
Or, in lay-mans terms: I have a main and two branches that were incrementally merged to main. I'd like the subgraph that tracs merge-base of all of the aforementioned refspecs on the bottomo, the origin/main on top, and in-between the paths that those branches create with regards to main.

Would this be tracked here, or should I create a separate issue for it?

@mlange-42
Copy link
Owner Author

mlange-42 commented Sep 13, 2022

@stdedos You could well make a separate issue for it, to avoid that it gets lost. Also, I think some graphical/ascii art illustration would help to understand your proposal.

@stdedos
Copy link

stdedos commented Sep 13, 2022

Split to #55

@mlange-42 mlange-42 removed their assignment Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants