<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch refresh-submodule-on-lookup</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>Reload config in git_submodule_lookup() if not found</title>
<updated>2014-02-19T00:05:29+00:00</updated>
<author>
<name>Justin Spahr-Summers</name>
<email>Justin.SpahrSummers@gmail.com</email>
</author>
<published>2014-02-19T00:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=57d70dcb5e9bf66b79e8c6e4146ea50eba28c71a'/>
<id>57d70dcb5e9bf66b79e8c6e4146ea50eba28c71a</id>
<content type='text'>
If the submodule config is already in memory, and we can’t find the
desired name in there, check back on disk for it. This is especially
important when diffing, since it’s possible that further changes could
have occurred since the configuration was reloaded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the submodule config is already in memory, and we can’t find the
desired name in there, check back on disk for it. This is especially
important when diffing, since it’s possible that further changes could
have occurred since the configuration was reloaded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2121 from bk2204/ewouldblock</title>
<updated>2014-02-18T17:48:43+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-02-18T17:48:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e0ebaaa53ea1154a1f392dae463453ac6c428d78'/>
<id>e0ebaaa53ea1154a1f392dae463453ac6c428d78</id>
<content type='text'>
Check for EWOULDBLOCK as well as EAGAIN on write.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check for EWOULDBLOCK as well as EAGAIN on write.</pre>
</div>
</content>
</entry>
<entry>
<title>Check for EWOULDBLOCK as well as EAGAIN on write.</title>
<updated>2014-02-16T16:56:37+00:00</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.net</email>
</author>
<published>2014-02-15T23:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0197d4107a2996dc2ed4e98698e281c2d5fa44e1'/>
<id>0197d4107a2996dc2ed4e98698e281c2d5fa44e1</id>
<content type='text'>
On some systems, notably HP PA-RISC systems running Linux or HP-UX,
EWOULDBLOCK and EAGAIN are not the same value.  POSIX (and these OSes) allow
EWOULDBLOCK to occur on write(2) (and send(2), etc.), so check explicitly
for this case as well as EAGAIN by defining and using a macro GIT_ISBLOCKED
that considers both.

The macro is necessary because MSYS does not provide EWOULDBLOCK and
compilation fails if an attempt is made to use it unconditionally.  On most
systems, where the two values are the same, the compiler will simply
optimize this check out and it will have no effect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On some systems, notably HP PA-RISC systems running Linux or HP-UX,
EWOULDBLOCK and EAGAIN are not the same value.  POSIX (and these OSes) allow
EWOULDBLOCK to occur on write(2) (and send(2), etc.), so check explicitly
for this case as well as EAGAIN by defining and using a macro GIT_ISBLOCKED
that considers both.

The macro is necessary because MSYS does not provide EWOULDBLOCK and
compilation fails if an attempt is made to use it unconditionally.  On most
systems, where the two values are the same, the compiler will simply
optimize this check out and it will have no effect.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2115 from ethomson/crlf_redux</title>
<updated>2014-02-12T01:27:30+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-02-12T01:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=dbd2ca356b8a16d028e45c5263e9c460be13d338'/>
<id>dbd2ca356b8a16d028e45c5263e9c460be13d338</id>
<content type='text'>
Fix filter test for CRLF-&gt;LF issues</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix filter test for CRLF-&gt;LF issues</pre>
</div>
</content>
</entry>
<entry>
<title>Fix filter test for CRLF-&gt;LF issues</title>
<updated>2014-02-12T01:05:52+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-02-12T01:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2a528bc088f566ad3301963304da8942400f261b'/>
<id>2a528bc088f566ad3301963304da8942400f261b</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 #2114 from ethomson/crlf_redux</title>
<updated>2014-02-12T00:55:25+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-02-12T00:55:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=90dd28640757a59f51cd52eabd98119f60026586'/>
<id>90dd28640757a59f51cd52eabd98119f60026586</id>
<content type='text'>
Never convert CRLF-&gt;LF</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Never convert CRLF-&gt;LF</pre>
</div>
</content>
</entry>
<entry>
<title>Never convert CRLF-&gt;LF</title>
<updated>2014-02-12T00:52:08+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2014-02-12T00:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b033f3a3f9a4abd1e6e0c217a1bd16ab768f90ff'/>
<id>b033f3a3f9a4abd1e6e0c217a1bd16ab768f90ff</id>
<content type='text'>
Core git performs no conversion on systems that use LF, emulate that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Core git performs no conversion on systems that use LF, emulate that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2110 from libgit2/ed/crlf_input</title>
<updated>2014-02-11T23:56:04+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-02-11T23:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5d195cf76b833886613b8a778966fba83be09ccb'/>
<id>5d195cf76b833886613b8a778966fba83be09ccb</id>
<content type='text'>
Handle `core.autocrlf=input` when checking out</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle `core.autocrlf=input` when checking out</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2111 from libgit2/cmn/cond-fixups</title>
<updated>2014-02-10T18:01:36+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-02-10T18:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b362fbf363f1793fe9b190f57ecb04afd26b09ce'/>
<id>b362fbf363f1793fe9b190f57ecb04afd26b09ce</id>
<content type='text'>
Conditional ref update fixups</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conditional ref update fixups</pre>
</div>
</content>
</entry>
<entry>
<title>refs: move current_id before the reflog parameters</title>
<updated>2014-02-10T13:52:28+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-02-10T13:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=15284a2c5a9185171bfd3acf18b6ab38a032c7af'/>
<id>15284a2c5a9185171bfd3acf18b6ab38a032c7af</id>
<content type='text'>
Keep the reflog parameters as the last two, as they're the optional
parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keep the reflog parameters as the last two, as they're the optional
parameters.
</pre>
</div>
</content>
</entry>
</feed>
