<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch cmn/iterator-skip-diriter</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>iterator: skip over errors in diriter init</title>
<updated>2015-07-26T15:19:22+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-26T15:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=12786e0f7c0e6ea23b1483f8732ca23b367bfd8f'/>
<id>12786e0f7c0e6ea23b1483f8732ca23b367bfd8f</id>
<content type='text'>
An error here will typically mean that the directory was removed between
the time we iterated the parent and the time we wanted to visit it in
which case we should ignore it.

Other kinds of errors such as permissions (or transient errors) also
better dealt with by pretending we didn't see it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An error here will typically mean that the directory was removed between
the time we iterated the parent and the time we wanted to visit it in
which case we should ignore it.

Other kinds of errors such as permissions (or transient errors) also
better dealt with by pretending we didn't see it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3311 from Fallso/MacroRedefinition</title>
<updated>2015-07-15T14:17:35+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-07-15T14:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=274f0b9371d26a2e65a7d8842978dc92562b4c34'/>
<id>274f0b9371d26a2e65a7d8842978dc92562b4c34</id>
<content type='text'>
Fix macro redefinition warning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix macro redefinition warning</pre>
</div>
</content>
</entry>
<entry>
<title>Fix macro redefinition warning</title>
<updated>2015-07-15T10:40:06+00:00</updated>
<author>
<name>Fallso</name>
<email>jordan.stopford@cristie.com</email>
</author>
<published>2015-07-14T14:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=cec3569f250379aaa9aa4cec4fb49d4a78d6ee11'/>
<id>cec3569f250379aaa9aa4cec4fb49d4a78d6ee11</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 #3302 from libgit2/cmn/submodule-foreach-diff-path</title>
<updated>2015-07-13T16:50:39+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-13T16:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=ceb587391312a690e454e1b095c28e09730e022f'/>
<id>ceb587391312a690e454e1b095c28e09730e022f</id>
<content type='text'>
List a submodule only once when the path matches a submodule in the index</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
List a submodule only once when the path matches a submodule in the index</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'portable-zu'</title>
<updated>2015-07-12T17:56:19+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-12T17:56:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=f861abadfe0f1cc4c1b72312e9dd1c7bb39ea42d'/>
<id>f861abadfe0f1cc4c1b72312e9dd1c7bb39ea42d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #3094 - improve use of portable size_t/ssize_t format specifiers.</title>
<updated>2015-07-12T17:55:19+00:00</updated>
<author>
<name>Matthew Plough</name>
<email>matt.plough@gmail.com</email>
</author>
<published>2015-06-30T23:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=768f8be31c3fac1b0ed8f4d49cf7176a30586443'/>
<id>768f8be31c3fac1b0ed8f4d49cf7176a30586443</id>
<content type='text'>
The header src/cc-compat.h defines portable format specifiers PRIuZ, PRIdZ, and PRIxZ. The original report highlighted the need to use these specifiers in examples/network/fetch.c.  For this commit, I checked all C source and header files not in deps/ and transitioned to the appropriate format specifier where appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The header src/cc-compat.h defines portable format specifiers PRIuZ, PRIdZ, and PRIxZ. The original report highlighted the need to use these specifiers in examples/network/fetch.c.  For this commit, I checked all C source and header files not in deps/ and transitioned to the appropriate format specifier where appropriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: lookup the submodule by path if available</title>
<updated>2015-07-11T16:31:28+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-11T16:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=08c2d3e97c0ee45222b93c214d0b752d0c52ee2d'/>
<id>08c2d3e97c0ee45222b93c214d0b752d0c52ee2d</id>
<content type='text'>
If we get the path from the gitmodules file, look up the submodule we're
interested in by path, rather then by name. Otherwise we might get
duplicate results.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we get the path from the gitmodules file, look up the submodule we're
interested in by path, rather then by name. Otherwise we might get
duplicate results.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3301 from ethomson/warnings</title>
<updated>2015-07-10T17:32:04+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-10T17:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=1cd96016167d169df7fcd7527e326241e2d2a52c'/>
<id>1cd96016167d169df7fcd7527e326241e2d2a52c</id>
<content type='text'>
Clean up some warnings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up some warnings</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3297 from tkelman/patch-2</title>
<updated>2015-07-10T17:07:41+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-10T17:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a1687f7855cabed8adde9457d76c51cc2ce4cf38'/>
<id>a1687f7855cabed8adde9457d76c51cc2ce4cf38</id>
<content type='text'>
Fix undefined reference with old versions of openssl</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix undefined reference with old versions of openssl</pre>
</div>
</content>
</entry>
<entry>
<title>khash: add eol so picky compilers stop warning</title>
<updated>2015-07-10T14:53:31+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-30T13:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=9c0331026b71ed801baa969c308598d59c6891c7'/>
<id>9c0331026b71ed801baa969c308598d59c6891c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
