<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests, branch ethomson/git_ref</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>references: use new names in internal usage</title>
<updated>2019-01-17T10:32:29+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-01-17T00:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ed8cfbf04181d6fc229582a09c5c7657a53cd2e3'/>
<id>ed8cfbf04181d6fc229582a09c5c7657a53cd2e3</id>
<content type='text'>
Update internal usage to use the `git_reference` names for constants.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update internal usage to use the `git_reference` names for constants.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert tests/resources/push.sh to LF endings</title>
<updated>2019-01-15T00:42:14+00:00</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2019-01-15T00:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7a43a892860e09fe9bef30676d70768574dfd9aa'/>
<id>7a43a892860e09fe9bef30676d70768574dfd9aa</id>
<content type='text'>
This changes that file to use UNIX line-endings, which makes sense since
this is a UNIXy file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes that file to use UNIX line-endings, which makes sense since
this is a UNIXy file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of some test files that were accidentally committed</title>
<updated>2019-01-14T23:12:28+00:00</updated>
<author>
<name>Tyler Wanek</name>
<email>tylerw@axosoft.com</email>
</author>
<published>2019-01-14T23:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a653f96781120e6aca7d207b622a42dd7e998499'/>
<id>a653f96781120e6aca7d207b622a42dd7e998499</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>proxy: fix crash on remote connection with GIT_PROXY_AUTO but no proxy is detected</title>
<updated>2019-01-14T17:14:36+00:00</updated>
<author>
<name>Jason Haslam</name>
<email>jason@scitools.com</email>
</author>
<published>2019-01-14T17:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=35d86c775bb9ec7ee85afe90176cb278e56872a2'/>
<id>35d86c775bb9ec7ee85afe90176cb278e56872a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Linux warnings</title>
<updated>2019-01-09T01:26:14+00:00</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2019-01-09T01:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8b5995283c387114235be9b270899d9646935c46'/>
<id>8b5995283c387114235be9b270899d9646935c46</id>
<content type='text'>
This change fixes -Wmaybe-uninitialized and -Wdeprecated-declarations
warnings on Linux builds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change fixes -Wmaybe-uninitialized and -Wdeprecated-declarations
warnings on Linux builds
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add missing asserts</title>
<updated>2019-01-04T12:41:50+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2019-01-04T12:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=50d4688c316e60978963ff8fabc1b95a941eba24'/>
<id>50d4688c316e60978963ff8fabc1b95a941eba24</id>
<content type='text'>
CID 1398597, 1398598</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CID 1398597, 1398598</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4904 from libgit2/ethomson/crlf</title>
<updated>2019-01-03T12:01:52+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-01-03T12:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9084712b555a876873bd7d7583f5befd47647c9d'/>
<id>9084712b555a876873bd7d7583f5befd47647c9d</id>
<content type='text'>
Update CRLF filtering to match modern git</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update CRLF filtering to match modern git</pre>
</div>
</content>
</entry>
<entry>
<title>checkout::crlf: ensure success</title>
<updated>2018-12-19T16:08:17+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-12-19T16:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e385e6474eb288be2efa11d126bd78df274a7932'/>
<id>e385e6474eb288be2efa11d126bd78df274a7932</id>
<content type='text'>
Wrap function calls in the `checkout::crlf` tests with `cl_git_pass`,
`cl_assert`, etc. to ensure that they're successful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrap function calls in the `checkout::crlf` tests with `cl_git_pass`,
`cl_assert`, etc. to ensure that they're successful.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4833 from csware/drop-empty-dirs</title>
<updated>2018-12-19T10:01:55+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2018-12-19T10:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bc2196575467e7fef30a445d5ae840350ed0467e'/>
<id>bc2196575467e7fef30a445d5ae840350ed0467e</id>
<content type='text'>
Remove empty (sub-)directories when deleting refs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove empty (sub-)directories when deleting refs</pre>
</div>
</content>
</entry>
<entry>
<title>annotated_commit: add failing test for looking up from annotated tag</title>
<updated>2018-12-14T13:44:23+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2018-12-14T13:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0f299365ef4f574e77bdabd2952e2452331cb675'/>
<id>0f299365ef4f574e77bdabd2952e2452331cb675</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
