<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests/submodule, 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>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>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>submodule: remove trailing slashes from submodule paths</title>
<updated>2015-06-29T19:10:47+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-29T19:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c28a5c972d07833f329d319714df8e357caf1108'/>
<id>c28a5c972d07833f329d319714df8e357caf1108</id>
<content type='text'>
We allow looking up a submodule by path, but we lost the path
normalisation during the recent changes. Bring it back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We allow looking up a submodule by path, but we lost the path
normalisation during the recent changes. Bring it back.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename FALLBACK to UNSPECIFIED</title>
<updated>2015-06-25T10:48:44+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-25T10:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c2418f461374a618504c261a4c71cdb01bab9f68'/>
<id>c2418f461374a618504c261a4c71cdb01bab9f68</id>
<content type='text'>
Fallback describes the mechanism, while unspecified explains what the
user is thinking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fallback describes the mechanism, while unspecified explains what the
user is thinking.
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: test unsetting config options</title>
<updated>2015-06-22T15:02:56+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-11T09:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0496330004e64680903131cbae2ac27610517cd1'/>
<id>0496330004e64680903131cbae2ac27610517cd1</id>
<content type='text'>
In addition to mapping enums to strings in the configuration, we need to
know to delete the configuration option when given the "none" or "no"
option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In addition to mapping enums to strings in the configuration, we need to
know to delete the configuration option when given the "none" or "no"
option.
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: test more accurately for non-existence</title>
<updated>2015-06-22T15:02:55+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-05T14:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4536574acc85d8c78ceeac872eed6e4f79ef9aaa'/>
<id>4536574acc85d8c78ceeac872eed6e4f79ef9aaa</id>
<content type='text'>
The current code will always fail, but only because it's asking for a
string on a live config. Take a snapshot and make sure we fail with
ENOTFOUND instead of any old error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current code will always fail, but only because it's asking for a
string on a live config. Take a snapshot and make sure we fail with
ENOTFOUND instead of any old error.
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: fix potential leak in the tests</title>
<updated>2015-06-22T15:02:55+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-05T14:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=adb58f7d646091f835d900867e22cb8329799dd2'/>
<id>adb58f7d646091f835d900867e22cb8329799dd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: get rid of `_save()`</title>
<updated>2015-06-22T15:02:55+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-05T07:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=961861fafad45c9eab29f523e51261ba78ab10be'/>
<id>961861fafad45c9eab29f523e51261ba78ab10be</id>
<content type='text'>
We no longer have any setters which affect an instance, so
`git_submodule_save()` is no longer relevant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We no longer have any setters which affect an instance, so
`git_submodule_save()` is no longer relevant.
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: make `_set_url()` affect the configuration</title>
<updated>2015-06-22T15:02:55+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-05T07:22:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d6073b30f38f95aa25b1545cccac38261b359de1'/>
<id>d6073b30f38f95aa25b1545cccac38261b359de1</id>
<content type='text'>
With this one, we can get rid of the edit_and_save test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this one, we can get rid of the edit_and_save test.
</pre>
</div>
</content>
</entry>
</feed>
