<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/examples/network/ls-remote.c, branch cmn/oidarray</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>remote: rename inmemory to anonymous and swap url and fetch order</title>
<updated>2014-04-01T11:38:04+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-03-26T10:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=fd536d29c127648abb2ce5f6f619135ce69b9800'/>
<id>fd536d29c127648abb2ce5f6f619135ce69b9800</id>
<content type='text'>
The order in this function is the opposite to what
create_with_fetchspec() has, so change this one, as url-then-refspec is
what git does.

As we need to break compilation and the swap doesn't do that, let's take
this opportunity to rename in-memory remotes to anonymous as that's
really what sets them apart.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The order in this function is the opposite to what
create_with_fetchspec() has, so change this one, as url-then-refspec is
what git does.

As we need to break compilation and the swap doesn't do that, let's take
this opportunity to rename in-memory remotes to anonymous as that's
really what sets them apart.
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: make _ls return the list directly</title>
<updated>2013-11-11T14:35:51+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-11-01T23:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=359dce726d215be65aee719c7316b43e3851c031'/>
<id>359dce726d215be65aee719c7316b43e3851c031</id>
<content type='text'>
The callback-based method of listing remote references dates back to the
beginning of the network code's lifetime, when we didn't know any
better.

We need to keep the list around for update_tips() after disconnect() so
let's make use of this to simply give the user a pointer to the array so
they can write straightforward code instead of having to go through a
callback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The callback-based method of listing remote references dates back to the
beginning of the network code's lifetime, when we didn't know any
better.

We need to keep the list around for update_tips() after disconnect() so
let's make use of this to simply give the user a pointer to the array so
they can write straightforward code instead of having to go through a
callback.
</pre>
</div>
</content>
</entry>
<entry>
<title>A few formatting changes for rocco</title>
<updated>2013-11-01T08:08:22+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-10-31T22:42:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=c44820c616fab29d86f7256840f7114f195c08ca'/>
<id>c44820c616fab29d86f7256840f7114f195c08ca</id>
<content type='text'>
I'm not too happy about manually inserting &amp;lt; and &amp;gt; but those get
output as html tags otherwise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm not too happy about manually inserting &amp;lt; and &amp;gt; but those get
output as html tags otherwise.
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: move the credentials callback to the struct</title>
<updated>2013-10-02T04:41:42+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-09-16T03:02:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e3c131c544bc79573ebefab4931b5ca89836ace1'/>
<id>e3c131c544bc79573ebefab4931b5ca89836ace1</id>
<content type='text'>
Move this one as well, letting us have a single way of setting the
callbacks for the remote, and removing fields from the clone options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move this one as well, letting us have a single way of setting the
callbacks for the remote, and removing fields from the clone options.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding credentials callback to ls-remote and fetch too.</title>
<updated>2013-09-01T17:00:16+00:00</updated>
<author>
<name>Krzysztof Adamski</name>
<email>k@japko.eu</email>
</author>
<published>2013-09-01T16:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=255836ddac05418f6bb2d68d27f5ff290669e2a9'/>
<id>255836ddac05418f6bb2d68d27f5ff290669e2a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing unneeded code duplication in ls-remote.c</title>
<updated>2013-09-01T17:00:16+00:00</updated>
<author>
<name>Krzysztof Adamski</name>
<email>k@japko.eu</email>
</author>
<published>2013-09-01T16:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=d6d523486c26f8f10cd687fa2aa328c770650288'/>
<id>d6d523486c26f8f10cd687fa2aa328c770650288</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix clang warnings and improve checks</title>
<updated>2013-04-09T18:40:00+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-04-09T18:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=9da187e83d1b8ab513a43fd54a9fe2be11b1703f'/>
<id>9da187e83d1b8ab513a43fd54a9fe2be11b1703f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `url` to last place in parameter list</title>
<updated>2013-01-02T20:44:47+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-01-02T20:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0642c1431eccdf7aef496c0dc6d64805c513db53'/>
<id>0642c1431eccdf7aef496c0dc6d64805c513db53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix examples</title>
<updated>2012-12-21T23:30:46+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2012-12-21T23:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=69d1bd9125b27b9d4b408534ca850ed5e509faa4'/>
<id>69d1bd9125b27b9d4b408534ca850ed5e509faa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename remote creation APIs</title>
<updated>2012-12-20T18:52:57+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2012-12-20T18:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=29f27599eab750d2b4b8935a14be8b596b7affe2'/>
<id>29f27599eab750d2b4b8935a14be8b596b7affe2</id>
<content type='text'>
git_remote_add -&gt; git_remote_create
git_remote_new -&gt; git_remote_create_inmemory</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git_remote_add -&gt; git_remote_create
git_remote_new -&gt; git_remote_create_inmemory</pre>
</div>
</content>
</entry>
</feed>
