You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mergebase support #409
- Robust merge-base implementation with support for commit-graph. This is also needed for parsing ranges to a list/iterator over Id.
@kalkin Rev-spec resolution is now implemented and in main, accessible via Repository::rev_parse(…). It's complete except for a few delayed capabilities(see rev-parse title).
Making the commit-graph more accessible is planned but might not happen this year, which will enable finding the merge-base, among other things.
I started migrating to gitoxide it kind of works, but a lot of features are lacking in gitoxide still. Currently I fall back to using git command line a lot.
Given that it will take time until gitoxide meets all the needed requirements i took the migration as an opportunity to rework the architecture too, so it will take some time until glv is rewritten.
@Byron A nice thing to have ise a way to convert &[revision::Spec] to a walk::Platform
https://github.com/kalkin/git-log-viewer
Missing features
- Robust merge-base implementation with support for commit-graph. This is also needed for parsing ranges to a list/iterator over Id.
The text was updated successfully, but these errors were encountered: