From a6cb8ee020464e9ec8e176370a193c9528c05df4 Mon Sep 17 00:00:00 2001 From: German Laullom Date: Tue, 7 Dec 2010 12:47:28 -0800 Subject: [PATCH] correct libgit2 submodule. ?? --- PBGitSHA.m | 2 +- libgit2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PBGitSHA.m b/PBGitSHA.m index 6aff86f..1745133 100644 --- a/PBGitSHA.m +++ b/PBGitSHA.m @@ -82,7 +82,7 @@ - (NSString *)string { if (!string) { - char *hex = git_oid_mkhex(&oid); + char *hex = git_oid_allocfmt(&oid); if (hex == NULL) return nil; string = [NSString stringWithUTF8String:hex]; diff --git a/libgit2 b/libgit2 index bda29d0..998a7bf 160000 --- a/libgit2 +++ b/libgit2 @@ -1 +1 @@ -Subproject commit bda29d0f7bc59a821b03c716562aef6ea3b5903a +Subproject commit 998a7bf824c5faca0f9766c9b89bb73ec1315272