<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch cmn/ssh-errors</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>ssh: store error message immediately after a failed agent call</title>
<updated>2014-09-04T14:46:14+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-09-04T14:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=2dc399a81da0baec54da80ed90a0007fb8caed81'/>
<id>2dc399a81da0baec54da80ed90a0007fb8caed81</id>
<content type='text'>
When the call to the agent fails, we must retrieve the error message
just after the function call, as other calls may overwrite it.

As the agent authentication is the only one which has a teardown and
there does not seem to be a way to get the error message from a stored
error number, this tries to introduce some small changes to store the
error from the agent.

Clearing the error at the beginning of the loop lets us know whether the
agent has already set the libgit2 error message and we should skip it,
or if we should set it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the call to the agent fails, we must retrieve the error message
just after the function call, as other calls may overwrite it.

As the agent authentication is the only one which has a teardown and
there does not seem to be a way to get the error message from a stored
error number, this tries to introduce some small changes to store the
error from the agent.

Clearing the error at the beginning of the loop lets us know whether the
agent has already set the libgit2 error message and we should skip it,
or if we should set it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2543 from libgit2/cmn/known-transports</title>
<updated>2014-09-03T10:50:44+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-09-03T10:50:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=89e05e2ab19ac452e84e0eaa2dfb8e07ac6839bf'/>
<id>89e05e2ab19ac452e84e0eaa2dfb8e07ac6839bf</id>
<content type='text'>
Clean up transport lookup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up transport lookup</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2530 from libgit2/jamill/relative_gitlink</title>
<updated>2014-09-03T10:19:48+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-09-03T10:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=4c958046d3ed7f67c6dee495b8d874df9048dc55'/>
<id>4c958046d3ed7f67c6dee495b8d874df9048dc55</id>
<content type='text'>
Teach repository to use relative paths for git symbolic links</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Teach repository to use relative paths for git symbolic links</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2552 from KindDragon/master</title>
<updated>2014-09-03T10:19:03+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-09-03T10:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=eb939c57725e7c3951153ff1ff67b35f4b22bbf3'/>
<id>eb939c57725e7c3951153ff1ff67b35f4b22bbf3</id>
<content type='text'>
Several CppCat warnings fixed</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several CppCat warnings fixed</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce option to use relative paths for repository work directory</title>
<updated>2014-09-03T01:07:26+00:00</updated>
<author>
<name>Jameson Miller</name>
<email>jamill@microsoft.com</email>
</author>
<published>2014-08-20T14:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=bc737620dd0d331cb80c22d074569fe29b7ab585'/>
<id>bc737620dd0d331cb80c22d074569fe29b7ab585</id>
<content type='text'>
Teach git_repository_init_ext to use relative paths for the gitlink
to the work directory. This is used when creating a sub repository
where the sub repository resides in the parent repository's
.git directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Teach git_repository_init_ext to use relative paths for the gitlink
to the work directory. This is used when creating a sub repository
where the sub repository resides in the parent repository's
.git directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce git_path_make_relative</title>
<updated>2014-09-03T01:07:23+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2014-08-20T14:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0ee9f31c3b11116ab5806ab80d03b1d37197d6ce'/>
<id>0ee9f31c3b11116ab5806ab80d03b1d37197d6ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2550 from KindDragon/patch-2</title>
<updated>2014-09-02T22:15:47+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-09-02T22:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=6f3082d90fa70144ed4f5ae75c75366fce0a4f5e'/>
<id>6f3082d90fa70144ed4f5ae75c75366fce0a4f5e</id>
<content type='text'>
.editorconfig added to repository</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.editorconfig added to repository</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2545 from linquize/no-ssh</title>
<updated>2014-09-02T22:13:23+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-09-02T22:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0ac9f9a0c730d6dfc1a897c27070252d354ec456'/>
<id>0ac9f9a0c730d6dfc1a897c27070252d354ec456</id>
<content type='text'>
Skip SSH clone tests if libgit2 not built with GIT_SSH defined</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skip SSH clone tests if libgit2 not built with GIT_SSH defined</pre>
</div>
</content>
</entry>
<entry>
<title>Several CppCat warnings fixed</title>
<updated>2014-09-02T21:01:25+00:00</updated>
<author>
<name>Arkady Shapkin</name>
<email>arkadiy_s@inbox.ru</email>
</author>
<published>2014-09-02T21:01:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=5cd81bb3d88218d42dd431f2c5011dfa84c287c7'/>
<id>5cd81bb3d88218d42dd431f2c5011dfa84c287c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.editorconfig added to repository</title>
<updated>2014-09-02T20:19:02+00:00</updated>
<author>
<name>Arkadiy Shapkin</name>
<email>arkadiy_s@inbox.ru</email>
</author>
<published>2014-09-02T17:42:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=098bb9dfb9b229498f0def634bcada0b76b405cd'/>
<id>098bb9dfb9b229498f0def634bcada0b76b405cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
