<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/libgit2/config.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>add wrapper for git_config_open_default (#758)</title>
<updated>2021-04-04T01:45:55Z</updated>
<author>
<name>Vladimir Buzuev</name>
<email>44682889+vladimir-buzuev@users.noreply.github.com</email>
</author>
<published>2021-04-04T01:45:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=1e2cb92b4887132563850db0338e701e740f6a6f'/>
<id>urn:sha1:1e2cb92b4887132563850db0338e701e740f6a6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused parameter in OpenOndisk</title>
<updated>2018-12-25T02:57:32Z</updated>
<author>
<name>praveen</name>
<email>praveen@praveent.name</email>
</author>
<published>2018-12-25T02:57:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=92ebf4515c770993205757f98e3e7d4fa6f69166'/>
<id>urn:sha1:92ebf4515c770993205757f98e3e7d4fa6f69166</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/libgit2/commit/?id=538a05d55c6051371dd1749af75a7b2e2d623d53'/>
<id>urn:sha1:538a05d55c6051371dd1749af75a7b2e2d623d53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libgit2 to f1323d9c</title>
<updated>2018-01-17T11:43:25Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2018-01-17T11:43:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=ec5d2bee0ffbea5a6d952d74e37e766366b5a316'/>
<id>urn:sha1:ec5d2bee0ffbea5a6d952d74e37e766366b5a316</id>
<content type='text'>
</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-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>
<entry>
<title>Update libgit2 to 821131f</title>
<updated>2015-10-26T14:20:18Z</updated>
<author>
<name>Calin Seciu</name>
<email>calinseciu@gmail.com</email>
</author>
<published>2015-10-26T14:20:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=367cd8eb9b84538933774befa76c099298c32c81'/>
<id>urn:sha1:367cd8eb9b84538933774befa76c099298c32c81</id>
<content type='text'>
The API changes are:

- `*Remote.Connect`

  ```go
  // from:
  func (o *Remote) Connect(direction ConnectDirection, callbacks *RemoteCallbacks) error
  // to:
  func (o *Remote) Connect(direction ConnectDirection, callbacks *RemoteCallbacks, headers []string) error
  ```

- `*Remote.ConnectFetch` - `headers` was added as above
- `*Remote.ConnectPush` - `headers` was added as above
</content>
</entry>
<entry>
<title>Config#LookupString uses git_buf to load value</title>
<updated>2015-10-08T16:37:36Z</updated>
<author>
<name>David Pierce</name>
<email>david.pierce@moz.com</email>
</author>
<published>2015-09-26T22:37:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=80cf533fe4e48ddfab3015d9570f2833951c1dea'/>
<id>urn:sha1:80cf533fe4e48ddfab3015d9570f2833951c1dea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Go functions for git_config_find_* functions</title>
<updated>2015-01-14T21:38:35Z</updated>
<author>
<name>Tarrant Rollins</name>
<email>tarrant@paddington.local</email>
</author>
<published>2015-01-14T03:48:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/libgit2/commit/?id=548bb9b5e9161fe876eeb3c23ceae061840cb532'/>
<id>urn:sha1:548bb9b5e9161fe876eeb3c23ceae061840cb532</id>
<content type='text'>
ConfigFindGlobal -&gt; git_config_find_global
ConfigFindSystem -&gt; git_config_find_system
ConfigFindXDG    -&gt; git_config_find_xdg
</content>
</entry>
</feed>
