<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch cmn/submodule-foreach-diff-path</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>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>iterator_walk: cast away constness for free</title>
<updated>2015-07-02T15:36:15+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-07-02T15:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=dd6b24b19a02a5402b237e9fa9ba29cfee5b6ccf'/>
<id>dd6b24b19a02a5402b237e9fa9ba29cfee5b6ccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: correctly delimit the keys to use for lookup</title>
<updated>2015-07-01T19:15:06+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-01T19:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e0af3cb30c10f65f6db802f64a3389f73c0292b7'/>
<id>e0af3cb30c10f65f6db802f64a3389f73c0292b7</id>
<content type='text'>
The regex we use to look at the gitmodules file does not correctly
delimit the name of submodule which we want to look up and puts '.*'
straight after the name, maching on any submodule which has the seeked
submodule as a prefix of its name.

Add the missing '\.' in the regex so we want a full stop to exist both
before and after the submodule name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The regex we use to look at the gitmodules file does not correctly
delimit the name of submodule which we want to look up and puts '.*'
straight after the name, maching on any submodule which has the seeked
submodule as a prefix of its name.

Add the missing '\.' in the regex so we want a full stop to exist both
before and after the submodule name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 8.3 filename tests failure when 8.3 is disabled</title>
<updated>2015-07-01T06:58:13+00:00</updated>
<author>
<name>Linquize</name>
<email>linquize@yahoo.com.hk</email>
</author>
<published>2015-07-01T06:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=526f91f5525707b2a948e6ff5a59665d92370cab'/>
<id>526f91f5525707b2a948e6ff5a59665d92370cab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #3093 - remove declaration of unused function git_fetch__download_pack</title>
<updated>2015-06-30T20:48:47+00:00</updated>
<author>
<name>Matthew Plough</name>
<email>matt.plough@gmail.com</email>
</author>
<published>2015-06-30T20:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=9126ccac969a8da85992f5e3a67b292e59d4d7d0'/>
<id>9126ccac969a8da85992f5e3a67b292e59d4d7d0</id>
<content type='text'>
Function was added in commit 2c982daa2eec64b80c7940bfe1142295bd72edd8 on October 5, 2011,
and removed in commit 41fb1ca0ec51ad1d2a14b911aab3215e42965d1b on October 29, 2012.
Given the length of time it's gone unused, it's safe to remove now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Function was added in commit 2c982daa2eec64b80c7940bfe1142295bd72edd8 on October 5, 2011,
and removed in commit 41fb1ca0ec51ad1d2a14b911aab3215e42965d1b on October 29, 2012.
Given the length of time it's gone unused, it's safe to remove now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3273 from ethomson/warnings3</title>
<updated>2015-06-30T19:40:20+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-30T19:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=2f60073dc58cc598a2193ee2cfecc717073f2ccc'/>
<id>2f60073dc58cc598a2193ee2cfecc717073f2ccc</id>
<content type='text'>
More warnings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More warnings</pre>
</div>
</content>
</entry>
<entry>
<title>http: fixed leak when asking for credentials again</title>
<updated>2015-06-30T16:03:23+00:00</updated>
<author>
<name>Pierre-Olivier Latour</name>
<email>pol@mac.com</email>
</author>
<published>2015-06-30T16:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=1630981e6bec6145970952f9ab5c5742ba1449cd'/>
<id>1630981e6bec6145970952f9ab5c5742ba1449cd</id>
<content type='text'>
t-&gt;cred might have been allocated the previous time and needs to be
freed before asking caller for credentials again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
t-&gt;cred might have been allocated the previous time and needs to be
freed before asking caller for credentials again.
</pre>
</div>
</content>
</entry>
<entry>
<title>winhttp: remove unused var</title>
<updated>2015-06-30T14:31:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-30T14:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0305721c109f1c36269dffd4c763ac57855318cf'/>
<id>0305721c109f1c36269dffd4c763ac57855318cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>posix compat: include sys/stat.h for mingw</title>
<updated>2015-06-30T14:31:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-30T14:21:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=69c8bf7e0dd7b2db5d659e6fd329f229b7197af2'/>
<id>69c8bf7e0dd7b2db5d659e6fd329f229b7197af2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diff: use size_t format</title>
<updated>2015-06-30T14:31:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-30T14:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=49840056da4da43d3bb7263efd9d141466de9f97'/>
<id>49840056da4da43d3bb7263efd9d141466de9f97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
