<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/lib/bundler/source/git, branch parallelize_again</title>
<subtitle>github.com: bundler/bundler.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/'/>
<entry>
<title>Use vendorized version of uri library</title>
<updated>2019-12-08T13:32:13+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-26T10:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=97b7bbc402043d6bc6ac0c8c76203de980bf7d3b'/>
<id>97b7bbc402043d6bc6ac0c8c76203de980bf7d3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lazily load `open3`</title>
<updated>2019-11-26T21:27:17+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-26T21:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=aac6e6da67395178edb34ed9fd0cd6279f8cc579'/>
<id>aac6e6da67395178edb34ed9fd0cd6279f8cc579</id>
<content type='text'>
Since it's a default gem now, it's better to load it as late as
possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it's a default gem now, it's better to load it as late as
possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop unnecessary `tempfile` require</title>
<updated>2019-11-06T11:16:01+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-06T11:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=dcf9d21d1ad8f0a59433c630f4ab4aeadd722eff'/>
<id>dcf9d21d1ad8f0a59433c630f4ab4aeadd722eff</id>
<content type='text'>
The `tempfile` dependency was dropped in [1], but the require was left
in there. This could cause gem conflicts because `tempfile` requires
`tmpdir` which requires `fileutils`, which loads the default gem instead
of our namespaced version, and that could cause fileutils version
mismatches and code overriding warnings.

[1]: https://github.com/bundler/bundler/commit/4a37d66f3f222739178d798b30fb135f2429fe45
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `tempfile` dependency was dropped in [1], but the require was left
in there. This could cause gem conflicts because `tempfile` requires
`tmpdir` which requires `fileutils`, which loads the default gem instead
of our namespaced version, and that could cause fileutils version
mismatches and code overriding warnings.

[1]: https://github.com/bundler/bundler/commit/4a37d66f3f222739178d798b30fb135f2429fe45
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comments and messages to refer to https url</title>
<updated>2019-08-21T14:46:46+00:00</updated>
<author>
<name>Takayuki Nakata</name>
<email>f.seasons017@gmail.com</email>
</author>
<published>2019-08-21T14:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=a86b49f1b9c49b9860cbad14e231f26245b54b0f'/>
<id>a86b49f1b9c49b9860cbad14e231f26245b54b0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clearer MissingRevision git errors</title>
<updated>2019-06-27T11:16:41+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-04-10T09:58:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=b47d23edf5fd7a0c7236c2bc66e5b132a5aa55ae'/>
<id>b47d23edf5fd7a0c7236c2bc66e5b132a5aa55ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate git proxy helpers to use Open3</title>
<updated>2019-06-12T09:18:28+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-03-20T06:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=4a37d66f3f222739178d798b30fb135f2429fe45'/>
<id>4a37d66f3f222739178d798b30fb135f2429fe45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print git errors to a consistent stream</title>
<updated>2019-02-13T23:45:08+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-02-10T20:02:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=42251e5e2ae89f1086ab9f3ebd140a8cf3c4c3ac'/>
<id>42251e5e2ae89f1086ab9f3ebd140a8cf3c4c3ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[GitProxy] Fail gracefully when resetting to the given revision fails</title>
<updated>2018-03-11T03:45:16+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2018-03-11T02:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=b721ddfc5c292749b0cc21f1ca4bc329ce8a6edf'/>
<id>b721ddfc5c292749b0cc21f1ca4bc329ce8a6edf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that autoloads are resolved in the real working directory</title>
<updated>2017-10-29T22:04:25+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-10-29T22:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=dda7a05c8939f03e65b5e7a66eac4a2368d490af'/>
<id>dda7a05c8939f03e65b5e7a66eac4a2368d490af</id>
<content type='text'>
Fixes an issue on 2.5.0-dev where using local git overrides would cause an exception because the default bundler had been loaded
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes an issue on 2.5.0-dev where using local git overrides would cause an exception because the default bundler had been loaded
</pre>
</div>
</content>
</entry>
<entry>
<title>Set forgotten command line options via config in 2.0</title>
<updated>2017-07-19T18:10:39+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-07-10T13:45:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=aec2780f59caf6070752fc7ceda1470cf1faf496'/>
<id>aec2780f59caf6070752fc7ceda1470cf1faf496</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
