<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch fix-init-ordering</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>Merge branch 'master' into fix-init-ordering</title>
<updated>2015-07-22T15:33:18+00:00</updated>
<author>
<name>joshaber</name>
<email>joshaber@gmail.com</email>
</author>
<published>2015-07-22T15:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9830fbba05ef66325f929a09407abc45ab85847d'/>
<id>9830fbba05ef66325f929a09407abc45ab85847d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increment `git__n_inits` before doing `init_once`.</title>
<updated>2015-07-22T14:51:38+00:00</updated>
<author>
<name>joshaber</name>
<email>joshaber@gmail.com</email>
</author>
<published>2015-07-22T14:51:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=cf198fdf2a044d2e2f0675c2c6b1cd9cdbcf4fcf'/>
<id>cf198fdf2a044d2e2f0675c2c6b1cd9cdbcf4fcf</id>
<content type='text'>
Fixes #3318.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #3318.
</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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
</feed>
