<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/git2go/object.go, branch v0.1.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/jcarr/git2go/atom?h=v0.1.5</id>
<link rel='self' href='http://cgit.wit.com/jcarr/git2go/atom?h=v0.1.5'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/'/>
<updated>2021-09-05T20:59:36Z</updated>
<entry>
<title>Make all non-user-creatable structures non-comparable (#802)</title>
<updated>2021-09-05T20:59:36Z</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2021-09-05T20:59:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=dbe032c347b1a1308a4b880e7c5a06d8dfb4d507'/>
<id>urn:sha1:dbe032c347b1a1308a4b880e7c5a06d8dfb4d507</id>
<content type='text'>
This change makes all non-user-creatable structures non-comparable. This
makes it easier to add changes later that don't introduce breaking
changes from the go compatibility guarantees perspective.

This, of course, implies that this change _is_ a breaking change, but since
these structures are not intended to be created by users (or de-referenced),
it should be okay.</content>
</entry>
<entry>
<title>Ensure that no pointer handles leak during the test (#712)</title>
<updated>2020-12-10T13:35:40Z</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2020-12-10T13:35:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=e28cce87c7551bffa1f4602ff492348f9a8cba60'/>
<id>urn:sha1:e28cce87c7551bffa1f4602ff492348f9a8cba60</id>
<content type='text'>
This change makes sure that pointer handles are correctly cleaned up
during tests.</content>
</entry>
<entry>
<title>Mark some symbols to be deprecated #minor (#698)</title>
<updated>2020-12-05T15:23:44Z</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2020-12-05T15:23:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=137c05e802d5e11a5ab54809bc8be8f61ccece21'/>
<id>urn:sha1:137c05e802d5e11a5ab54809bc8be8f61ccece21</id>
<content type='text'>
This change introduces the file deprecated.go, which contains any
constants, functions, and types that are slated to be deprecated in the
next major release.

These symbols are deprecated because they refer to old spellings in
pre-1.0 libgit2. This also makes the build be done with the
`-DDEPRECATE_HARD` flag to avoid regressions.

This, together with
[gorelease](https://godoc.org/golang.org/x/exp/cmd/gorelease)[1] should
make releases safer going forward.

1: More information about how that works at
   https://go.googlesource.com/exp/+/refs/heads/master/apidiff/README.md</content>
</entry>
<entry>
<title>Uprev vendored libgit2 to v0.28</title>
<updated>2019-02-11T03:57:50Z</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2019-01-12T21:21:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=5fda6dd90191b1c51a1785ad7cabd2fd5b05e802'/>
<id>urn:sha1:5fda6dd90191b1c51a1785ad7cabd2fd5b05e802</id>
<content type='text'>
New version is here!
</content>
</entry>
<entry>
<title>Use git_object_t instead of deprecated git_otype</title>
<updated>2019-01-05T10:48:42Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2019-01-05T10:45:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=ee6dff2f8e3b130dee5e888f18cae0f74c35e8cd'/>
<id>urn:sha1:ee6dff2f8e3b130dee5e888f18cae0f74c35e8cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove uses of deprecated git_buf_free</title>
<updated>2018-08-08T09:51:51Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2018-08-08T09:51:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=538a05d55c6051371dd1749af75a7b2e2d623d53'/>
<id>urn:sha1:538a05d55c6051371dd1749af75a7b2e2d623d53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Objecer interface</title>
<updated>2017-07-08T20:53:50Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2017-07-08T20:53:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=7f685a6ee64db446a8b2d05f98796a1bf63984d9'/>
<id>urn:sha1:7f685a6ee64db446a8b2d05f98796a1bf63984d9</id>
<content type='text'>
We do want to be able to accept generic objects in functions. Add this interface
so we can accept that instead of specific object types.
</content>
</entry>
<entry>
<title>Third round of keep-alive aditions</title>
<updated>2017-07-08T14:07:51Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2017-07-08T14:07:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=55a1096141519a1f380d0702671cfe9bf90ec435'/>
<id>urn:sha1:55a1096141519a1f380d0702671cfe9bf90ec435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for getting short object Id</title>
<updated>2017-04-20T01:42:13Z</updated>
<author>
<name>Ankur Mittal</name>
<email>anmittal@google.com</email>
</author>
<published>2017-04-20T01:36:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=7caac1fa7b52eb30df29aa3b460f6511993fafd0'/>
<id>urn:sha1:7caac1fa7b52eb30df29aa3b460f6511993fafd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move from an Object interface to a type</title>
<updated>2015-08-04T12:47:10Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-08-04T12:47:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=b7159b0cd4b25ee3b1a8eb9e0d4991d297487a36'/>
<id>urn:sha1:b7159b0cd4b25ee3b1a8eb9e0d4991d297487a36</id>
<content type='text'>
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.
</content>
</entry>
</feed>
