Skip to content

Commit 945a861

Browse files
committed
Merge branch 'master' of github.com:laullon/gitx
2 parents 4b85580 + a6cb8ee commit 945a861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PBGitSHA.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ - (id)initWithOID:(git_oid)g_oid
8282
- (NSString *)string
8383
{
8484
if (!string) {
85-
char *hex = git_oid_mkhex(&oid);
85+
char *hex = git_oid_allocfmt(&oid);
8686
if (hex == NULL)
8787
return nil;
8888
string = [NSString stringWithUTF8String:hex];

libgit2

Submodule libgit2 updated from bda29d0 to 998a7bf

0 commit comments

Comments
 (0)