Correct new repos history.

This commit is contained in:
German Laullon
2011-05-18 23:45:35 +02:00
parent 4432997fb1
commit 2f828bb165
+3 -1
View File
@@ -158,7 +158,9 @@ using namespace std;
}
git_oid oid;
git_oid_mkstr(&oid, sha.c_str());
if(git_oid_mkstr(&oid, sha.c_str())!=GIT_SUCCESS)
break;
PBGitCommit *newCommit = [PBGitCommit commitWithRepository:repository andSha:[PBGitSHA shaWithOID:oid]];
if (showSign)