You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit = handler([[GCIndex alloc] initWithRepository:nilindex:index], _CopyCommit(self, ourCommit), _CopyCommit(self, theirCommit), array, message, error); // Doesn't make sense to specify a custom author on conflict anyway
78
+
commit = handler([[GCIndex alloc] initWithRepository:nilindex:index], ourCommit ? _CopyCommit(self, ourCommit) : nil, _CopyCommit(self, theirCommit), array, message, error); // Doesn't make sense to specify a custom author on conflict anyway
79
79
index = NULL; // Ownership has been transferred to GCIndex instance
0 commit comments