Move from an Object interface to a type #237
Loading…
Reference in New Issue
No description provided.
Delete Branch "object-type"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
An Object should be about representing a libgit2 object rather than
showing which methods it should support.
Change any return of Object to *Object and provide methods to convert
between this and the particular type.
It's a large change with the types, but we don't get another opportunity to get it into mainline for quite a while.