We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede8892 commit 727703cCopy full SHA for 727703c
PBGitRevList.m
@@ -62,7 +62,7 @@ - (void) walkRevisionList
62
newCommit.parents = parents;
63
newCommit.subject = [components objectAtIndex:2];
64
newCommit.author = [components objectAtIndex:1];
65
- newCommit.date = [NSDate dateWithTimeIntervalSince1970:[[components objectAtIndex:3] intValue]];
+ newCommit.date = [NSDate dateWithTimeIntervalSince1970:[[components objectAtIndex:4] intValue]];
66
67
[newArray addObject: newCommit];
68
num++;
0 commit comments