-
Notifications
You must be signed in to change notification settings - Fork 37
Tracing
ibrahim dursun edited this page Aug 16, 2025
·
1 revision
The experimental tracing feature in jjui
enhances the visualization of revision lanes in the log graph. When enabled, it highlights the lanes associated with the currently selected revision and dims revisions that are outside of those lanes, making it easier to follow the ancestry and relationships in complex histories.
To enable tracing, add the following section to your configuration file:
[ui.tracer]
enabled = true
- Lane Highlighting: When you select a revision, all lanes (branches) related to that revision are highlighted in the log graph.
- Dimming: Revisions that do not belong to the selected lanes are fainted, helping you focus on the relevant part of your repository's history.
- It's off by default
- Works only with the curved graph style