mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
That's a blob
This commit is contained in:
parent
9153d82f73
commit
cc48a9316c
@ -74,10 +74,10 @@ final public class Repository {
|
||||
return failure()
|
||||
}
|
||||
|
||||
let commit = Blob(pointer.memory)
|
||||
let blob = Blob(pointer.memory)
|
||||
git_object_free(pointer.memory)
|
||||
pointer.dealloc(1)
|
||||
return success(commit)
|
||||
return success(blob)
|
||||
}
|
||||
|
||||
/// Loads the commit with the given OID.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user