Committer toggle per view#1386
Open
paulwkc wants to merge 2 commits into
Open
Conversation
af91546 to
0b7560c
Compare
paulwkc
referenced
this pull request
Jun 5, 2025
This is a complement to 7351f17. Reported-by: PaulChanHK <PaulChanHK@users.noreply.github.com>
Update screen files wrt .test-result using make targets: 1. fix-test target to apply patches ``` make fix-test ``` 2. test/tmp/* target to apply patch for specific test ``` make test/tmp/diff/diff-stat-test ```
0b7560c to
a37c280
Compare
1. View specific option author-as-committer, similar to date-use-author
2. Work dynamically in views: main, log, refs, blame and tree.
tig command : :toggle author-as-committer
toggle key seq. : o, m
* for log view, it is using `author-as-committer` instead of
column option `log-view-author-as-committer` because log
view does not have author column.
3. Give precedence to external formatter arguments if any, e.g.
tig log --prettry=fuller
a37c280 to
ae8916f
Compare
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.
Toggle name between committer and author
tig command:
:toggle author-as-committertoggle key seq. : o, m
author-as-committerinstead ofcolumn option
log-view-author-as-committerbecause logview does not have author column.
tig log --prettry=fullerThis reworked #810 and #1383 and can replace the latter one.