-
-
Notifications
You must be signed in to change notification settings - Fork 626
Wip 81 log graph #2628
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
base: master
Are you sure you want to change the base?
Wip 81 log graph #2628
Conversation
This should be merged with the commit that replaces dummy code with first attempt
Adapt git-graph to Ratatui
Hey man, if you accomplish this, you will be my hero. Thanks for tackling it! |
Right now I'm working on refactoring git-graph so the git backend can be swapped. It is based on git2 and gitui is moving away from git2 towards gix. |
Fonts can be made configurable to display graphs more neatly. kovidgoyal/kitty#7681 |
The symbols are already configurable. git-graph (not the vs code plugin "git graph") has a configurable option called "style" to change the symbols used. Regarding the specific symbols you link to, git-graph issue 90 requests the enhancement you propose. Note however, that the proposed symbol-set is larger than the current symbol-set and thus require some changes at the algorithm level. It is a bit more work than simply changing the symbols. |
Sorry if I'm wrong.
I thought style could only be set up from these five, since it was written above. |
You are right. As a user you can only change symbols by picking one of the predefined styles. There is no support for changing a single symbol (eg. "join") in a style. |
This Pull Request is wip towards fixing #81
It changes the following:
Lots of bugs and strange behaviour