1. Background
When rebasing a lot, and trying things out it can be useful to see otherwise-unreachable commits in the graph.
2. Proposed Solution
An option to "Show dangling commits" in the graph that would include commits listed in the reflog.
Alternatively, this could be driven from the reflog view with an option to "show selected commits in graph".
3. Affected Area
Check all that apply.
4. Alternatives or References
I can checkout a commit from the reflog page, then create a tag in the terminal git tag foo which then shows up in the graph.
1. Background
When rebasing a lot, and trying things out it can be useful to see otherwise-unreachable commits in the graph.
2. Proposed Solution
An option to "Show dangling commits" in the graph that would include commits listed in the reflog.
Alternatively, this could be driven from the reflog view with an option to "show selected commits in graph".
3. Affected Area
Check all that apply.
4. Alternatives or References
I can checkout a commit from the reflog page, then create a tag in the terminal
git tag foowhich then shows up in the graph.