<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests, branch cmn/submodule-foreach-diff-path</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>submdule: reproduce double-reporting of a submodule in foreach</title>
<updated>2015-07-11T11:32:57+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-11T11:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a34c4f8dcee7e985444be9f5e02b627a55c16bbb'/>
<id>a34c4f8dcee7e985444be9f5e02b627a55c16bbb</id>
<content type='text'>
When we rename a submodule, we should be merging two sets of information
based on whether their path is the same. We currently only deduplicate
on equal name, which causes us to double-report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we rename a submodule, we should be merging two sets of information
based on whether their path is the same. We currently only deduplicate
on equal name, which causes us to double-report.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3287 from ethomson/filter_test_cleanup</title>
<updated>2015-07-02T15:55:16+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-02T15:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f034c8518ea955308e1bf31cf57e030fce3b0276'/>
<id>f034c8518ea955308e1bf31cf57e030fce3b0276</id>
<content type='text'>
filter::stream: free the filter sanely</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
filter::stream: free the filter sanely</pre>
</div>
</content>
</entry>
<entry>
<title>filter::stream: free the filter sanely</title>
<updated>2015-07-02T15:21:48+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-07-02T15:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=79306d8d59b3a7abeac379005f41fa9c63cca50b'/>
<id>79306d8d59b3a7abeac379005f41fa9c63cca50b</id>
<content type='text'>
Don't use the filter's free callback to free the actual data structure
holding the filter, as we may not always actually initialize it (the
test may be skipped).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use the filter's free callback to free the actual data structure
holding the filter, as we may not always actually initialize it (the
test may be skipped).
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: add failing test for loading the wrong submodule</title>
<updated>2015-07-01T19:14:55+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-01T19:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e8e848a8dad92b6542b16449d29f4a5535fa7c5a'/>
<id>e8e848a8dad92b6542b16449d29f4a5535fa7c5a</id>
<content type='text'>
When two submodules are fairly similar, we may end up loading the wrong
one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When two submodules are fairly similar, we may end up loading the wrong
one.
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: completely remove reload_all</title>
<updated>2015-07-01T15:49:07+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-01T15:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=34065968ed3c386b875ee050b8ed34d9968e2d7a'/>
<id>34065968ed3c386b875ee050b8ed34d9968e2d7a</id>
<content type='text'>
The function was removed, but its declaration and changelog entry about
its removal were forgotten.

The comment in the test doesn't make any sense as the function doesn't
exist anymore, so get rid of it as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function was removed, but its declaration and changelog entry about
its removal were forgotten.

The comment in the test doesn't make any sense as the function doesn't
exist anymore, so get rid of it as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>index tests: add eol to avoid compiler warning</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:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=eb29292aed7cd264162809678ab9cf31bcc20ac4'/>
<id>eb29292aed7cd264162809678ab9cf31bcc20ac4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>checkout test: mark unused vars</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:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=504b069701ff9c04717e2b8b9e119d51f061dfbc'/>
<id>504b069701ff9c04717e2b8b9e119d51f061dfbc</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 #3270 from ethomson/warnings2</title>
<updated>2015-06-30T08:21:06+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-30T08:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7bfdd1c2d2ae0f2794c7fe48211ba3df758d89e2'/>
<id>7bfdd1c2d2ae0f2794c7fe48211ba3df758d89e2</id>
<content type='text'>
Remove some warnings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove some warnings</pre>
</div>
</content>
</entry>
<entry>
<title>checkout test: check getcwd return value</title>
<updated>2015-06-29T22:34:00+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-29T22:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=64c415c2aea1f4e3d3a4dfdeb3c1588ef04ba819'/>
<id>64c415c2aea1f4e3d3a4dfdeb3c1588ef04ba819</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clar: test chdir</title>
<updated>2015-06-29T22:13:40+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-29T22:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=eadf37151ba8154b44a918862ddbb3a7d3d8ba14'/>
<id>eadf37151ba8154b44a918862ddbb3a7d3d8ba14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
