Merge branch 'master' of github.com:laullon/gitx

This commit is contained in:
German Laullon
2010-12-07 22:27:04 -08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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];
+1 -1
Submodule libgit2 updated: bda29d0f7b...998a7bf824