<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/CONTRIBUTING.md, branch cmn/pack-objects-memory</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>Add project list and update readme</title>
<updated>2014-02-27T00:37:08+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-02-27T00:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=486bc36689e1895a0c8aac5242defbed87a0ba52'/>
<id>486bc36689e1895a0c8aac5242defbed87a0ba52</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://91.123.203.49/cgit/delta/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>Clarify C compatibility policy</title>
<updated>2014-02-20T19:26:51+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-02-20T19:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=68a19ca9ffb685123038a8d16c0a59845f147778'/>
<id>68a19ca9ffb685123038a8d16c0a59845f147778</id>
<content type='text'>
and a couple of other minor doc fixups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and a couple of other minor doc fixups.
</pre>
</div>
</content>
</entry>
<entry>
<title>Relicense examples under CC0</title>
<updated>2013-11-01T17:51:12+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-11-01T17:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=dcfdb977d0767395055afe2dcd44fe260e39b46d'/>
<id>dcfdb977d0767395055afe2dcd44fe260e39b46d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update contributing guidance to explain PR flow</title>
<updated>2013-07-19T17:20:58+00:00</updated>
<author>
<name>Martin Woodward</name>
<email>martin@woodwardweb.com</email>
</author>
<published>2013-07-19T17:20:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=6ca83665c77599f10914ae48e3f1952333d72827'/>
<id>6ca83665c77599f10914ae48e3f1952333d72827</id>
<content type='text'>
Updating the contributing guidance to explain a bit more about how we use
PR's
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating the contributing guidance to explain a bit more about how we use
PR's
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a couple typos</title>
<updated>2013-03-02T21:58:05+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-03-02T21:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a313de0d9e4ca76e1ff6444b613984316f6ee711'/>
<id>a313de0d9e4ca76e1ff6444b613984316f6ee711</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates to CONTRIBUTING and CONVENTIONS</title>
<updated>2013-03-02T21:51:31+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-03-02T21:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=1631147c196ff32a82f8775e3979fdf42729de6b'/>
<id>1631147c196ff32a82f8775e3979fdf42729de6b</id>
<content type='text'>
The discussion about converting some of our foreach-style APIs to
use iterator objects got me wanting to make a list of good starter
projects.  I put it in CONTRIBUTING.md and then went crazy with
updates to that file and to CONVENTIONS.md.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The discussion about converting some of our foreach-style APIs to
use iterator objects got me wanting to make a list of good starter
projects.  I put it in CONTRIBUTING.md and then went crazy with
updates to that file and to CONVENTIONS.md.
</pre>
</div>
</content>
</entry>
<entry>
<title>Markdownize CONVENTIONS</title>
<updated>2012-11-21T04:11:41+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2012-11-21T04:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=ee72ffd060aa45e3ce0c8865145f99f96d00a563'/>
<id>ee72ffd060aa45e3ce0c8865145f99f96d00a563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add contributing guidelines</title>
<updated>2012-11-21T04:11:41+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2012-11-21T03:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=41b00cccb14ad1ffae703fe0f7f5843a5ec7b5b0'/>
<id>41b00cccb14ad1ffae703fe0f7f5843a5ec7b5b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
