-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support of toggling commit and author (name and date)
1. author name and committer name, toggle option=m 2. author-date and commit-date, toggle option=M This is effective in views: main, log, refs, blame and tree.
- Loading branch information
1 parent
f92286a
commit 85a2e73
Showing
20 changed files
with
141 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,9 +46,9 @@ Dimensions: height=28 width=181 | |
Position: offset=0 column=0 lineno=0 | ||
line[ 0] type=commit selected=1 | ||
line[ 0] cells=1 text=[commit 1b4c64b595aeb4de1d317d669faacd3c1d82f0b0] | ||
line[ 1] type= selected=0 | ||
line[ 1] type=pp-author selected=0 | ||
line[ 1] cells=1 text=[Author: A. U. Thor <[email protected]>] | ||
line[ 2] type= selected=0 | ||
line[ 2] type=pp-authordate selected=0 | ||
line[ 2] cells=1 text=[Date: Sun Jul 2 15:01:24 2017 +0200] | ||
line[ 3] type=default selected=0 | ||
line[ 3] cells=1 text=[] | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ assert_equals 'diff-stat.screen' <<EOF | |
commit ee912870202200a0b9cf4fd86ba57243212d341e |commit ee912870202200a0b9cf4fd86ba57243212d341e | ||
Refs: [master] |Refs: [master] | ||
Author: Jonas Fonseca <[email protected]> |Author: Jonas Fonseca <[email protected]> | ||
Date: Sat Mar 1 17:26:01 2014 -0500 |AuthorDate: Sat Mar 1 17:26:01 2014 -0500 | ||
AuthorDate: Sat Mar 1 17:26:01 2014 -0500 |AuthorDate: Sat Mar 1 17:26:01 2014 -0500 | ||
|Commit: Jonas Fonseca <[email protected]> | ||
WIP: Upgrade to 0.4-SNAPSHOT and DCE |CommitDate: Sat Mar 1 17:26:01 2014 -0500 | ||
| | ||
|
@@ -57,7 +57,7 @@ assert_equals 'diff-stat-after-refresh.screen' <<EOF | |
commit ee912870202200a0b9cf4fd86ba57243212d341e |commit ee912870202200a0b9cf4fd86ba57243212d341e | ||
Refs: [master] |Refs: [master] | ||
Author: Jonas Fonseca <[email protected]> |Author: Jonas Fonseca <[email protected]> | ||
Date: Sat Mar 1 17:26:01 2014 -0500 |AuthorDate: Sat Mar 1 17:26:01 2014 -0500 | ||
AuthorDate: Sat Mar 1 17:26:01 2014 -0500 |AuthorDate: Sat Mar 1 17:26:01 2014 -0500 | ||
|Commit: Jonas Fonseca <[email protected]> | ||
WIP: Upgrade to 0.4-SNAPSHOT and DCE |CommitDate: Sat Mar 1 17:26:01 2014 -0500 | ||
| | ||
|
Oops, something went wrong.