mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Correct new repos history.
This commit is contained in:
+3
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user