Add commitDisplayFormat option with normal/comfortable/spacious modes#5846
Open
alexeRadu wants to merge 1 commit into
Open
Add commitDisplayFormat option with normal/comfortable/spacious modes#5846alexeRadu wants to merge 1 commit into
alexeRadu wants to merge 1 commit into
Conversation
Add a git.log.commitDisplayFormat user config controlling how commits are rendered in the commits and sub-commits panels, switchable at runtime from the log menu (ctrl+l): - normal: the existing one-line-per-commit layout - comfortable: two lines per commit, with author and date on an indented second line, freeing the full width for the subject - spacious: like comfortable, plus an empty graph row between commits The extra lines are implemented as non-model items (like section headers), so commit-level navigation, search and selection are unaffected. Each inserted line starts with the graph's connector characters (rendered from the same cached pipe sets as the commit rows) so branch lanes remain continuous, including the selection highlight of the selected commit's path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MacRoM2ci19SpyNzGnpr9S
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a git.log.commitDisplayFormat user config controlling how commits are rendered in the commits and sub-commits panels, switchable at runtime from the log menu (ctrl+l):
The extra lines are implemented as non-model items (like section headers), so commit-level navigation, search and selection are unaffected. Each inserted line starts with the graph's connector characters (rendered from the same cached pipe sets as the commit rows) so branch lanes remain continuous, including the selection highlight of the selected commit's path.
Claude-Session: https://claude.ai/code/session_01MacRoM2ci19SpyNzGnpr9S
PR Description
Please check if the PR fulfills these requirements
go generate ./...)