From 5194d5c5c98d881ca40041e059ae5e6f6bfbb7a0 Mon Sep 17 00:00:00 2001 From: Johannes Gilger Date: Sun, 12 Sep 2010 19:34:03 +0200 Subject: [PATCH] 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 --- PBGitRevList.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBGitRevList.mm b/PBGitRevList.mm index 851d6ed..8ab64e1 100644 --- a/PBGitRevList.mm +++ b/PBGitRevList.mm @@ -102,7 +102,7 @@ using namespace std; std::map 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)