Skip to content

Commit 5194d5c

Browse files
heipeibrotherbard
authored andcommitted
History: Show author/committer according to .mailmap
This does not affect the display of the diff, since it is done with git show --pretty=raw. Signed-off-by: Johannes Gilger <[email protected]>
1 parent 95b4877 commit 5194d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PBGitRevList.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ - (void) walkRevisionListWithSpecifier:(PBGitRevSpecifier*)rev
102102
std::map<string, NSStringEncoding> encodingMap;
103103
NSThread *currentThread = [NSThread currentThread];
104104

105-
NSString *formatString = @"--pretty=format:%H\01%e\01%an\01%cn\01%s\01%P\01%at";
105+
NSString *formatString = @"--pretty=format:%H\01%e\01%aN\01%cN\01%s\01%P\01%at";
106106
BOOL showSign = [rev hasLeftRight];
107107

108108
if (showSign)

0 commit comments

Comments
 (0)