<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/script, branch jamill/relative_gitlink</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>Merge remote-tracking branch 'upstream/master' into cmn/ssh-retry</title>
<updated>2014-08-27T13:09:07+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-08-27T13:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6a0d2b43ee4a32b2894d3c2b7c798c4eb4853534'/>
<id>6a0d2b43ee4a32b2894d3c2b7c798c4eb4853534</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: provide a factory function for setting ssh paths</title>
<updated>2014-07-07T12:51:51+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-07-04T08:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d4256ed554fa64f762d53cb2a64663e5095d3eb5'/>
<id>d4256ed554fa64f762d53cb2a64663e5095d3eb5</id>
<content type='text'>
git allows you to set which paths to use for the git server programs
when connecting over ssh; and we want to provide something similar.

We do this by providing a factory function which can be set as the
remote's transport callback which will set the given paths upon
creation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git allows you to set which paths to use for the git server programs
when connecting over ssh; and we want to provide something similar.

We do this by providing a factory function which can be set as the
remote's transport callback which will set the given paths upon
creation.
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: enable password authentication on OSX</title>
<updated>2014-06-26T20:58:39+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-06-26T20:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8733993599d9d9a8fe1b042a1e18d6ecb9b0a0b2'/>
<id>8733993599d9d9a8fe1b042a1e18d6ecb9b0a0b2</id>
<content type='text'>
Our ssh tests assume that the server supports password authentication
in a few places. This is convenient as we're not testing authentication
methods, but what happens around them.

Tell sshd on OSX to accept this form of authentication.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our ssh tests assume that the server supports password authentication
in a few places. This is convenient as we're not testing authentication
methods, but what happens around them.

Tell sshd on OSX to accept this form of authentication.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: request credentials again on authentication failure</title>
<updated>2014-06-26T20:58:38+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-06-16T17:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d7f962f40897556bc5c5d2b91cceb06d2fe9307d'/>
<id>d7f962f40897556bc5c5d2b91cceb06d2fe9307d</id>
<content type='text'>
Instead of completely giving up on the first failure, ask for
credentials as long as we fail to authenticate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of completely giving up on the first failure, ask for
credentials as long as we fail to authenticate.
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: build on osx too</title>
<updated>2014-05-21T12:43:44+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-05-21T10:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7230330740eff79dc910d2a20418545bdcf2f65c'/>
<id>7230330740eff79dc910d2a20418545bdcf2f65c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ciscript: don't use an empty string as a number</title>
<updated>2014-04-30T10:02:10+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-04-30T09:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=039e354b7d991f8de7003c7a98ad85bec601cb05'/>
<id>039e354b7d991f8de7003c7a98ad85bec601cb05</id>
<content type='text'>
An empty string is not a valid number, and some shells complain.

Check instead if $COVERITY is non-empty, which is a common convention
and what we're doing anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An empty string is not a valid number, and some shells complain.

Check instead if $COVERITY is non-empty, which is a common convention
and what we're doing anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only run clone-failure test on private repo</title>
<updated>2014-02-06T03:27:27+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2014-02-06T03:27:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5dae3ffe258a10881e6bb8042e865a7b96012a68'/>
<id>5dae3ffe258a10881e6bb8042e865a7b96012a68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refine build limitation</title>
<updated>2014-01-15T20:32:12+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2014-01-15T20:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=998f0016ff2788ee78d47ac2be6d6b9cc6890e11'/>
<id>998f0016ff2788ee78d47ac2be6d6b9cc6890e11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only run coverity on development</title>
<updated>2014-01-15T20:12:17+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2014-01-15T20:12:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=53e6f4804b67b757fab065da51901be452b1c765'/>
<id>53e6f4804b67b757fab065da51901be452b1c765</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add coverity-scan script</title>
<updated>2014-01-13T22:11:14+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2014-01-13T22:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9bf17d2cf59127573c0be812883170785f0dc340'/>
<id>9bf17d2cf59127573c0be812883170785f0dc340</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
