Move from an Object interface to a type #237

Merged
carlosmn merged 1 commits from object-type into next 2015-08-31 13:12:45 -05:00

1 Commits

Author SHA1 Message Date
Carlos Martín Nieto b7159b0cd4 Move from an Object interface to a type
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.
2015-08-04 14:47:10 +02:00