<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitano/libgit2.git/include/git2/common.h, branch replace-luagit2</title>
<subtitle>git.gitano.org.uk: libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/'/>
<entry>
<title>opts: bits are not bytes</title>
<updated>2014-03-24T12:21:51+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-03-23T14:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=6057c4a038d575ff02cdfce8ad93dfb541e90b2d'/>
<id>6057c4a038d575ff02cdfce8ad93dfb541e90b2d</id>
<content type='text'>
The default cache size is 256 megabytes, not megabits as claimed in the
docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default cache size is 256 megabytes, not megabits as claimed in the
docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>settings: use git_buf for returning strings</title>
<updated>2014-03-24T12:21:51+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-03-23T12:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=42dee8ecd78a10c91056ac80fdf0c67a4df57337'/>
<id>42dee8ecd78a10c91056ac80fdf0c67a4df57337</id>
<content type='text'>
This survived the last round of culling, as the signature is only in the
comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This survived the last round of culling, as the signature is only in the
comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the description for `GIT_FEATURE_SSH`.</title>
<updated>2014-03-03T11:59:35+00:00</updated>
<author>
<name>Arthur Schreiber</name>
<email>schreiber.arthur@gmail.com</email>
</author>
<published>2014-03-03T11:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=96484ecd9e133a08861aabd7391d48f470d64bd5'/>
<id>96484ecd9e133a08861aabd7391d48f470d64bd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>features: Rename `_HAS_` to `_FEATURE_`</title>
<updated>2014-03-03T11:40:25+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2014-03-03T11:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=ebb3c506fd880a383ea66679865e16e24253cb3a'/>
<id>ebb3c506fd880a383ea66679865e16e24253cb3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>caps: Rename the enum name too!</title>
<updated>2014-03-03T11:13:17+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2014-03-03T11:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=2491c416ed84fb575506b0b58fb234ab2daa24fb'/>
<id>2491c416ed84fb575506b0b58fb234ab2daa24fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>caps: Rename to features to avoid confusion</title>
<updated>2014-03-03T11:10:36+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2014-03-03T11:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=c9f5298b0e7a1c21da35618be33ae651cbcdbcef'/>
<id>c9f5298b0e7a1c21da35618be33ae651cbcdbcef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address PR comments</title>
<updated>2014-02-20T22:27:10+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-02-20T22:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=72556cc63ba93a187589921c6008caf92686ea9c'/>
<id>72556cc63ba93a187589921c6008caf92686ea9c</id>
<content type='text'>
* Make GIT_INLINE an internal definition so it cannot be used in
  public headers
* Fix language in CONTRIBUTING
* Make index caps API use signed instead of unsigned values
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make GIT_INLINE an internal definition so it cannot be used in
  public headers
* Fix language in CONTRIBUTING
* Make index caps API use signed instead of unsigned values
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in documentation</title>
<updated>2013-09-22T01:38:51+00:00</updated>
<author>
<name>Linquize</name>
<email>linquize@yahoo.com.hk</email>
</author>
<published>2013-09-22T01:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=1b57699a3a6245bce3b98f73286b7a904c4bbd66'/>
<id>1b57699a3a6245bce3b98f73286b7a904c4bbd66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Can git_libgit2_opts() with GIT_OPT_GET_TEMPLATE_PATH and GIT_OPT_SET_TEMPLATE_PATH</title>
<updated>2013-09-17T16:00:41+00:00</updated>
<author>
<name>Linquize</name>
<email>linquize@yahoo.com.hk</email>
</author>
<published>2013-09-17T15:38:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=b99b10f285fec710273d1233b057ff33a6e44993'/>
<id>b99b10f285fec710273d1233b057ff33a6e44993</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GIT_CAP_SSH if library was built with SSH</title>
<updated>2013-07-09T23:17:41+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-07-09T23:17:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=290e14798598922fbff7189f64f997bad35c4f84'/>
<id>290e14798598922fbff7189f64f997bad35c4f84</id>
<content type='text'>
This also adds a test that actually calls git_libgit2_capabilities
and git_libgit2_version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also adds a test that actually calls git_libgit2_capabilities
and git_libgit2_version.
</pre>
</div>
</content>
</entry>
</feed>
