We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b4877 commit 5194d5cCopy full SHA for 5194d5c
PBGitRevList.mm
@@ -102,7 +102,7 @@ - (void) walkRevisionListWithSpecifier:(PBGitRevSpecifier*)rev
102
std::map<string, NSStringEncoding> encodingMap;
103
NSThread *currentThread = [NSThread currentThread];
104
105
- 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";
106
BOOL showSign = [rev hasLeftRight];
107
108
if (showSign)
0 commit comments