<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/libgit2/blob.go, branch v0.1.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/jcarr/libgit2/atom?h=v0.1.5</id>
<link rel='self' href='http://cgit.wit.com/jcarr/libgit2/atom?h=v0.1.5'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/'/>
<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/libgit2/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>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/libgit2/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>Add support for git_blob_is_binary (#625)</title>
<updated>2020-07-30T12:07:05Z</updated>
<author>
<name>Yuichi Watanabe</name>
<email>yuichi.watanabe.ja@gmail.com</email>
</author>
<published>2020-07-30T12:07:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=462ebd83e0ccba9cd93c05ec12dc3d98064e3d5c'/>
<id>urn:sha1:462ebd83e0ccba9cd93c05ec12dc3d98064e3d5c</id>
<content type='text'>
This adds IsBinary() func to Blob struct, which simply returns the result of git_blob_is_binary function.
Refs: https://libgit2.org/libgit2/#HEAD/group/blob/git_blob_is_binary
Issue: Add support for git_blob_is_binary #426

Fixes: #426 </content>
</entry>
<entry>
<title>fixed typos</title>
<updated>2017-07-12T03:52:13Z</updated>
<author>
<name>reujab</name>
<email>reujab@gmail.com</email>
</author>
<published>2017-07-12T03:52:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=a119b21dbb1b3b2720a269ed6253b3e76764c7c8'/>
<id>urn:sha1:a119b21dbb1b3b2720a269ed6253b3e76764c7c8</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/libgit2/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>First round of mass keep-alive additions</title>
<updated>2017-07-08T07:11:38Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2017-07-07T21:45:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=58334cf60441bd713b8fd990e30e0580b97bf3ae'/>
<id>urn:sha1:58334cf60441bd713b8fd990e30e0580b97bf3ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into next</title>
<updated>2016-08-27T19:07:44Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-08-27T19:07:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=aadd0c2035d12b6469c53b7c444ea6fe1006c2c0'/>
<id>urn:sha1:aadd0c2035d12b6469c53b7c444ea6fe1006c2c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around Go 1.6's CGo pointer check</title>
<updated>2016-08-27T18:51:13Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-08-27T18:51:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=b41e4c4ac7c7ec4d45ec5d8903077bd01264549f'/>
<id>urn:sha1:b41e4c4ac7c7ec4d45ec5d8903077bd01264549f</id>
<content type='text'>
It depends heavily on the expression at the call site an whether it can
figure out whether we're using a slice or not, so provid an incantation
that does this.
</content>
</entry>
<entry>
<title>Update to 1dc4491</title>
<updated>2016-04-23T13:35:22Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-04-21T14:34:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=9163ca7d5072114975bed794226dd90d37d856b4'/>
<id>urn:sha1:9163ca7d5072114975bed794226dd90d37d856b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into next</title>
<updated>2016-02-15T14:02:19Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-02-15T14:02:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=6d6736b2bd4e23a68fa5e0703ab9cf20f3f32af3'/>
<id>urn:sha1:6d6736b2bd4e23a68fa5e0703ab9cf20f3f32af3</id>
<content type='text'>
</content>
</entry>
</feed>
