<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch ethomson/ssh-unescape</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>buf: add tests for percent decoding</title>
<updated>2018-03-19T23:08:01+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-03-14T15:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9108959a1a444dc2ec327ca7ae3ccb1ec8852c48'/>
<id>9108959a1a444dc2ec327ca7ae3ccb1ec8852c48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitno_extract_url_parts: decode hostnames</title>
<updated>2018-03-19T23:08:01+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-03-03T21:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0e4f3d9d46609bb12ea2a79da77f0b8f2ae48d8f'/>
<id>0e4f3d9d46609bb12ea2a79da77f0b8f2ae48d8f</id>
<content type='text'>
RFC 3986 says that hostnames can be percent encoded.  Percent decode
hostnames in our URLs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC 3986 says that hostnames can be percent encoded.  Percent decode
hostnames in our URLs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove now unnecessary `gitno_unescape`</title>
<updated>2018-03-19T23:08:01+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-03-03T20:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=05551ca091bed2aa1f557b848c7602d036961bd3'/>
<id>05551ca091bed2aa1f557b848c7602d036961bd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitno_extract_url_parts: use `git_buf`s</title>
<updated>2018-03-19T23:08:01+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-03-03T20:13:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=60e7848e1e3cb3a1a3e4f3aa08d353bab90d47c0'/>
<id>60e7848e1e3cb3a1a3e4f3aa08d353bab90d47c0</id>
<content type='text'>
Now that we can decode percent-encoded strings as part of `git_buf`s,
use that decoder in `gitno_extract_url_parts`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we can decode percent-encoded strings as part of `git_buf`s,
use that decoder in `gitno_extract_url_parts`.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh urls: use `git_buf_decode_percent`</title>
<updated>2018-03-19T23:08:01+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-03-03T20:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6f57790657c447051986ec95b3ba474134d71386'/>
<id>6f57790657c447051986ec95b3ba474134d71386</id>
<content type='text'>
Use `git_buf_decode_percent` so that we can avoid allocating a temporary
buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use `git_buf_decode_percent` so that we can avoid allocating a temporary
buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `git_buf_decode_percent`</title>
<updated>2018-03-19T23:08:01+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-03-03T18:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8070a357fb6e1dc60a65a2281c932f71bbbd65d6'/>
<id>8070a357fb6e1dc60a65a2281c932f71bbbd65d6</id>
<content type='text'>
Introduce a function to take a percent-encoded string (URI encoded,
described by RFC 1738) and decode it into a `git_buf`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a function to take a percent-encoded string (URI encoded,
described by RFC 1738) and decode it into a `git_buf`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests</title>
<updated>2018-03-19T23:08:01+00:00</updated>
<author>
<name>Steven King Jr</name>
<email>stevek@axosoft.com</email>
</author>
<published>2018-02-28T20:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=30333e820ed170e7290045abd3213ea6a5e60efa'/>
<id>30333e820ed170e7290045abd3213ea6a5e60efa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unescape repo before constructing ssh request</title>
<updated>2018-03-19T23:08:01+00:00</updated>
<author>
<name>Steven King Jr</name>
<email>stevek@axosoft.com</email>
</author>
<published>2018-02-28T19:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=16210877c97431af23f1b9549d997b406c6e9116'/>
<id>16210877c97431af23f1b9549d997b406c6e9116</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename unescape and make non-static</title>
<updated>2018-03-19T23:08:01+00:00</updated>
<author>
<name>Steven King Jr</name>
<email>stevek@axosoft.com</email>
</author>
<published>2018-02-28T19:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8a2cdbd31015ad89ba24cfa36262436cdf2971a3'/>
<id>8a2cdbd31015ad89ba24cfa36262436cdf2971a3</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 #4584 from libgit2/ethomson/bitbucket</title>
<updated>2018-03-19T23:07:44+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-03-19T23:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3198577522b114aa4156a3bcbb2a1972b51b9814'/>
<id>3198577522b114aa4156a3bcbb2a1972b51b9814</id>
<content type='text'>
online::clone: skip creds fallback test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
online::clone: skip creds fallback test</pre>
</div>
</content>
</entry>
</feed>
