mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Merge branch 'master' of github.com:laullon/gitx
This commit is contained in:
+1
-1
@@ -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
Reference in New Issue
Block a user