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 <heipei@hackvalue.de>
This commit is contained in:
Johannes Gilger
2010-09-12 19:34:03 +02:00
committed by Nathan Kinsinger
parent 95b48779e8
commit 5194d5c5c9
+1 -1
View File
@@ -102,7 +102,7 @@ using namespace std;
std::map<string, NSStringEncoding> encodingMap;
NSThread *currentThread = [NSThread currentThread];
NSString *formatString = @"--pretty=format:%H\01%e\01%an\01%cn\01%s\01%P\01%at";
NSString *formatString = @"--pretty=format:%H\01%e\01%aN\01%cN\01%s\01%P\01%at";
BOOL showSign = [rev hasLeftRight];
if (showSign)