<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/CONTRIBUTING.md, branch ethomson/refresh_objects</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>CONTRIBUTING: document the optional tests</title>
<updated>2016-03-17T16:01:37+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-03-17T16:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=1308059d9561b0daedd88c832b2c9e5bf2dcbb00'/>
<id>1308059d9561b0daedd88c832b2c9e5bf2dcbb00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add instructions on running the tests</title>
<updated>2014-10-25T01:06:53+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2014-10-25T01:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=09846fd1d1244e78481c593316bb8ff87b3a4a49'/>
<id>09846fd1d1244e78481c593316bb8ff87b3a4a49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix grammar of licensing sentence, add IRC links</title>
<updated>2014-10-25T00:17:54+00:00</updated>
<author>
<name>Waldir Pimenta</name>
<email>waldir@email.com</email>
</author>
<published>2014-06-05T23:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=ac63149cd16e825d540da0e317fbba1f83d886bf'/>
<id>ac63149cd16e825d540da0e317fbba1f83d886bf</id>
<content type='text'>
Also various formatting, wrapping and capitalization tweaks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also various formatting, wrapping and capitalization tweaks.
</pre>
</div>
</content>
</entry>
<entry>
<title>missing paren</title>
<updated>2014-06-20T17:15:03+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-06-20T17:15:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=b247a39d8729014b5dfc104bfd8e8be2004e1f2e'/>
<id>b247a39d8729014b5dfc104bfd8e8be2004e1f2e</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 and PROJECTS</title>
<updated>2014-06-20T17:10:38+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-06-20T17:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a142ed91e56284a01ed3e1a42cfb641a01493dd2'/>
<id>a142ed91e56284a01ed3e1a42cfb641a01493dd2</id>
<content type='text'>
This updates CONTRIBUTING to reflect the changes to use the
master branch and make explicit recommendations about updating
CHANGELOG.md and providing test coverage.  Also, this includes
some old updates to PROJECTS.md that I wrote to expand the list
of projects, pulling in things from old feature requests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This updates CONTRIBUTING to reflect the changes to use the
master branch and make explicit recommendations about updating
CHANGELOG.md and providing test coverage.  Also, this includes
some old updates to PROJECTS.md that I wrote to expand the list
of projects, pulling in things from old feature requests.
</pre>
</div>
</content>
</entry>
<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>
</feed>
