<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch refresh-config-snapshot</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>Patch from @carlosmn to refresh the parent config before snapshotting.</title>
<updated>2014-10-23T04:21:30+00:00</updated>
<author>
<name>Alan Rogers</name>
<email>alanjrogers@me.com</email>
</author>
<published>2014-10-20T22:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ad5adacb1d1913620f022d7bb6c9b877ff3a4faf'/>
<id>ad5adacb1d1913620f022d7bb6c9b877ff3a4faf</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 #2609 from linquize/describe-opts</title>
<updated>2014-10-13T20:59:56+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-10-13T20:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e0383fa35f981c656043976a43c61bff059cb709'/>
<id>e0383fa35f981c656043976a43c61bff059cb709</id>
<content type='text'>
Handle describe options better</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle describe options better</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2615 from ethomson/mount_points</title>
<updated>2014-10-13T20:52:44+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-10-13T20:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c6e26210520663b4de07102b8b3035dd7675ef08'/>
<id>c6e26210520663b4de07102b8b3035dd7675ef08</id>
<content type='text'>
Mount points</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mount points</pre>
</div>
</content>
</entry>
<entry>
<title>Don't copy buffer in checkout unless needed</title>
<updated>2014-10-13T17:36:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2014-10-12T01:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6a26488f8b162ad0b91a8ad52a6ed380939cdd2f'/>
<id>6a26488f8b162ad0b91a8ad52a6ed380939cdd2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure filters (i.e. CRLF) are applied when checking out conflict content</title>
<updated>2014-10-13T17:36:18+00:00</updated>
<author>
<name>Jacques Germishuys</name>
<email>jacquesg@striata.com</email>
</author>
<published>2014-10-10T11:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5e2cf2ca2c639b142776709df83b7fcbae0e4a70'/>
<id>5e2cf2ca2c639b142776709df83b7fcbae0e4a70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>is_empty_dir (wi32): cope with empty mount points</title>
<updated>2014-10-13T14:58:05+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2014-10-11T15:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=969b6a4710451b3e905757093dce4977cd596635'/>
<id>969b6a4710451b3e905757093dce4977cd596635</id>
<content type='text'>
FindFirstFile will fail with INVALID_HANDLE_VALUE if there are no
children to the given path, which can happen if the given path is a
file (and obviously has no children) or if the given path is an empty
mount point.  (Most directories have at least directory entries '.'
and '..', but ridiculously another volume mounted in another drive
letter's path space do not, and thus have nothing to enumerate.)

If FindFirstFile fails, check if this is a directory-like thing
(a mount point).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FindFirstFile will fail with INVALID_HANDLE_VALUE if there are no
children to the given path, which can happen if the given path is a
file (and obviously has no children) or if the given path is an empty
mount point.  (Most directories have at least directory entries '.'
and '..', but ridiculously another volume mounted in another drive
letter's path space do not, and thus have nothing to enumerate.)

If FindFirstFile fails, check if this is a directory-like thing
(a mount point).
</pre>
</div>
</content>
</entry>
<entry>
<title>p_lstat win32: don't canonicalize volume mounts</title>
<updated>2014-10-13T14:58:03+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2014-10-11T18:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8d45b4691c81d2d1cde7a1b2f828dedd55315b3f'/>
<id>8d45b4691c81d2d1cde7a1b2f828dedd55315b3f</id>
<content type='text'>
A reparse point that is an IO_REPARSE_TAG_MOUNT_POINT could be
a junction or an actual filesystem mount point.  (Who knew?)
If it's the latter, its reparse point will report the actual
volume information \??\Volume{GUID}\ and we should not attempt
to dereference that further, instead readlink should report
EINVAL since it's not a symlink / junction and its original
path was canonical.

Yes, really.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A reparse point that is an IO_REPARSE_TAG_MOUNT_POINT could be
a junction or an actual filesystem mount point.  (Who knew?)
If it's the latter, its reparse point will report the actual
volume information \??\Volume{GUID}\ and we should not attempt
to dereference that further, instead readlink should report
EINVAL since it's not a symlink / junction and its original
path was canonical.

Yes, really.
</pre>
</div>
</content>
</entry>
<entry>
<title>There is no "z" size specifier on MSVC</title>
<updated>2014-10-13T14:32:26+00:00</updated>
<author>
<name>Sven Strickroth</name>
<email>email@cs-ware.de</email>
</author>
<published>2014-10-12T15:21:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=cf1013a888b16c22e8877fa0c8c9532972cb1b67'/>
<id>cf1013a888b16c22e8877fa0c8c9532972cb1b67</id>
<content type='text'>
See http://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx and https://stackoverflow.com/questions/6655410/why-doesnt-zd-printf-format-work-in-vs2010

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See http://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx and https://stackoverflow.com/questions/6655410/why-doesnt-zd-printf-format-work-in-vs2010

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>describe: Initialize options for git_describe_format() if null</title>
<updated>2014-10-10T23:52:47+00:00</updated>
<author>
<name>Linquize</name>
<email>linquize@yahoo.com.hk</email>
</author>
<published>2014-10-10T15:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=59186d9b15e9dba61fc193b4832f9df4dfc124eb'/>
<id>59186d9b15e9dba61fc193b4832f9df4dfc124eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>describe: Do not crash if pass null option to git_describe_commit()</title>
<updated>2014-10-10T23:52:47+00:00</updated>
<author>
<name>Linquize</name>
<email>linquize@yahoo.com.hk</email>
</author>
<published>2014-10-10T13:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0494a7c9a9affce8935b34fa6d7cd1b5428e081f'/>
<id>0494a7c9a9affce8935b34fa6d7cd1b5428e081f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
