<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch cmn/sysdir-no-reguess</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>sysdir: don't guess the paths again when $PATH is specified</title>
<updated>2016-12-18T14:47:27+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-12-17T18:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9f09f290bbe49865f57cadb68883af0cd3b2cb71'/>
<id>9f09f290bbe49865f57cadb68883af0cd3b2cb71</id>
<content type='text'>
We should replace it with whatever the user set, not start again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should replace it with whatever the user set, not start again.
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdir: add failing test for variable substitution</title>
<updated>2016-12-18T14:47:27+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-12-17T18:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=410855fc4b55d9f6d75e2be44393f039f1708935'/>
<id>410855fc4b55d9f6d75e2be44393f039f1708935</id>
<content type='text'>
When given $PATH as part of a search path, we guess again instead of
substituting what the user already set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When given $PATH as part of a search path, we guess again instead of
substituting what the user already set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4029 from libgit2/cmn/windows-no-concurrent-compress</title>
<updated>2016-12-16T00:19:49+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-12-16T00:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c5e6ba289266e56b8e7f7c9b463aa7008d4b0258'/>
<id>c5e6ba289266e56b8e7f7c9b463aa7008d4b0258</id>
<content type='text'>
refdb: disable concurrent compress in the threading tests on Windows</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refdb: disable concurrent compress in the threading tests on Windows</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4018 from pks-t/pks/various-fixes</title>
<updated>2016-12-12T22:43:11+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2016-12-12T22:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9d5f12ffd71958eb269af7f04d254e3cd6689f50'/>
<id>9d5f12ffd71958eb269af7f04d254e3cd6689f50</id>
<content type='text'>
Various fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Various fixes</pre>
</div>
</content>
</entry>
<entry>
<title>refdb: disable concurrent compress in the threading tests on Windows</title>
<updated>2016-12-12T17:09:12+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-12-12T17:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b31283a658eb6fdbfaf7256d5303f1ce06de404f'/>
<id>b31283a658eb6fdbfaf7256d5303f1ce06de404f</id>
<content type='text'>
This is far from an ideal situation, but this causes issues on Windows which
make it harder to develop anything, as these tests hit issues which relate
specifically to the Windows filesystem like permission errors for files we
should be able to access. There is an issue likely related to the ordering of
the repack, but there's enough noise that it does not currently help us to run
this aspect of the test in CI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is far from an ideal situation, but this causes issues on Windows which
make it harder to develop anything, as these tests hit issues which relate
specifically to the Windows filesystem like permission errors for files we
should be able to access. There is an issue likely related to the ordering of
the repack, but there's enough noise that it does not currently help us to run
this aspect of the test in CI.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential use of uninitialized values</title>
<updated>2016-12-12T08:16:33+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2016-11-25T14:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=34b320535bde5505429f1349fc7d5cc423857a20'/>
<id>34b320535bde5505429f1349fc7d5cc423857a20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>graph: flag fields should be declared as unsigned</title>
<updated>2016-12-12T08:16:33+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2016-11-25T14:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e781a0c52f2816ea5e9ba83f58b9808c0e42024f'/>
<id>e781a0c52f2816ea5e9ba83f58b9808c0e42024f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>transports: smart: do not redeclare loop counters</title>
<updated>2016-12-12T08:16:33+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2016-11-25T14:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=482d17484e2c35593c67c96a06e96c06d16bb1f7'/>
<id>482d17484e2c35593c67c96a06e96c06d16bb1f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>path: remove unused local variable</title>
<updated>2016-12-12T08:16:33+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2016-11-25T14:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6cf575b1ad989fbb8a239dd6acc26d72286eb4cb'/>
<id>6cf575b1ad989fbb8a239dd6acc26d72286eb4cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revwalk: do not re-declare `commit` variable</title>
<updated>2016-12-12T08:16:33+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2016-11-25T14:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=013ecb4f2a7f2acacec9220448e93911edb1faf9'/>
<id>013ecb4f2a7f2acacec9220448e93911edb1faf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
