<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests/checkout, branch ethomson/patch_from_diff</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>checkout: use empty baseline when no index</title>
<updated>2016-06-15T20:47:28+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-06-15T20:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=bb0bd71ab4f404509aefa3be923916e886c9d25d'/>
<id>bb0bd71ab4f404509aefa3be923916e886c9d25d</id>
<content type='text'>
When no index file exists and a baseline is not explicitly provided, use
an empty baseline instead of trying to load `HEAD`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When no index file exists and a baseline is not explicitly provided, use
an empty baseline instead of trying to load `HEAD`.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix memory leaks in checkout::typechange</title>
<updated>2016-06-07T10:29:16+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2016-06-07T10:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=292c60275e98c15fcbbc295b44c306d7b2ecb6af'/>
<id>292c60275e98c15fcbbc295b44c306d7b2ecb6af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: unused warning</title>
<updated>2016-06-01T15:03:51+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-05-26T15:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=c2f18b9b068c20760bfce9cdc81ef4c13f3307b5'/>
<id>c2f18b9b068c20760bfce9cdc81ef4c13f3307b5</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 #3798 from mmuman/stat-test-fix</title>
<updated>2016-05-26T15:25:40+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-05-26T15:25:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e102daa4f62ddac22765cfaaff4712624060956e'/>
<id>e102daa4f62ddac22765cfaaff4712624060956e</id>
<content type='text'>
test: Fix stat() test to mask out unwanted bits</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test: Fix stat() test to mask out unwanted bits</pre>
</div>
</content>
</entry>
<entry>
<title>checkout: handle dirty submodules correctly</title>
<updated>2016-05-26T06:11:34+00:00</updated>
<author>
<name>Jason Haslam</name>
<email>jason@scitools.com</email>
</author>
<published>2016-02-17T04:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=afab1fff01cc4104df37531b3ddc339063a9c96a'/>
<id>afab1fff01cc4104df37531b3ddc339063a9c96a</id>
<content type='text'>
Don't generate conflicts when checking out a modified submodule and the
submodule is dirty or modified in the workdir.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't generate conflicts when checking out a modified submodule and the
submodule is dirty or modified in the workdir.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Fix stat() test to mask out unwanted bits</title>
<updated>2016-05-24T18:01:49+00:00</updated>
<author>
<name>François Revol</name>
<email>revol@free.fr</email>
</author>
<published>2016-05-24T17:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=407f2e9fbda241a946542800584e73c20d487110'/>
<id>407f2e9fbda241a946542800584e73c20d487110</id>
<content type='text'>
Haiku and Hurd both pass extra bits in struct stat::st_mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Haiku and Hurd both pass extra bits in struct stat::st_mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: introduce p_timeval that isn't stupid</title>
<updated>2016-02-12T18:34:15+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-02-11T20:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=35439f5997c41d0c50d58997c2167ee93aad6c30'/>
<id>35439f5997c41d0c50d58997c2167ee93aad6c30</id>
<content type='text'>
Windows defines `timeval` with `long`, which we cannot
sanely cope with.  Instead, use a custom timeval struct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows defines `timeval` with `long`, which we cannot
sanely cope with.  Instead, use a custom timeval struct.
</pre>
</div>
</content>
</entry>
<entry>
<title>checkout test: Apply umask to file-mode test as well</title>
<updated>2015-12-01T19:42:56+00:00</updated>
<author>
<name>Michał Górny</name>
<email>mgorny@gentoo.org</email>
</author>
<published>2015-12-01T19:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=326c9fc2ed2164e6840847fd073d8894ab1032c9'/>
<id>326c9fc2ed2164e6840847fd073d8894ab1032c9</id>
<content type='text'>
Fix the file-mode test to expect system umask being applied to the
created file as well (it is currently applied to the directory only).
This fixes the test on systems where umask != 022.

Signed-off-by: Michał Górny &lt;mgorny@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the file-mode test to expect system umask being applied to the
created file as well (it is currently applied to the directory only).
This fixes the test on systems where umask != 022.

Signed-off-by: Michał Górny &lt;mgorny@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some warnings</title>
<updated>2015-11-20T18:48:51+00:00</updated>
<author>
<name>Jacques Germishuys</name>
<email>jacquesg@striata.com</email>
</author>
<published>2015-11-20T18:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=87428c556f36066040a79ffab416939a0ff9bae1'/>
<id>87428c556f36066040a79ffab416939a0ff9bae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>checkout::crlf test: don't crash when no idx entry</title>
<updated>2015-11-17T03:58:59+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2015-11-13T20:36:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=de999f260ffdf0266bc0109cd71621ecf65cad98'/>
<id>de999f260ffdf0266bc0109cd71621ecf65cad98</id>
<content type='text'>
When there's no matching index entry (for whatever reason), don't
try to dereference the null return value to get at the id.

Otherwise when we break something in the index API, the checkout
test crashes for confusing reasons and causes us to step through
it in a debugger thinking that we had broken much more than we
actually did.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When there's no matching index entry (for whatever reason), don't
try to dereference the null return value to get at the id.

Otherwise when we break something in the index API, the checkout
test crashes for confusing reasons and causes us to step through
it in a debugger thinking that we had broken much more than we
actually did.
</pre>
</div>
</content>
</entry>
</feed>
