<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests/submodule, branch cmn/http-error</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 pull request #3307 from libgit2/cmn/submodule-backslash</title>
<updated>2015-07-24T20:05:16+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-07-24T20:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2dfd5eae33e079bc92a15ccfd561901ea7b69e45'/>
<id>2dfd5eae33e079bc92a15ccfd561901ea7b69e45</id>
<content type='text'>
Normalize submodule urls before looking at them</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Normalize submodule urls before looking at them</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3303 from libgit2/cmn/index-add-submodule</title>
<updated>2015-07-24T20:04:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-07-24T20:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=759b2230a522df47640808cb0b21346cc824f6ff'/>
<id>759b2230a522df47640808cb0b21346cc824f6ff</id>
<content type='text'>
Allow adding a submodule through git_index_add_bypath</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow adding a submodule through git_index_add_bypath</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: add failing test for backslash in url</title>
<updated>2015-07-13T06:39:35+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-13T06:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=aa51fa1e03df9a30c8c37b168758dd34dd75f353'/>
<id>aa51fa1e03df9a30c8c37b168758dd34dd75f353</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blob: fail to create a blob from a dir with EDIRECTORY</title>
<updated>2015-07-12T10:11:22+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-11T17:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0d98af0911ebf55ba64cc0c9e17a3d450c77a9be'/>
<id>0d98af0911ebf55ba64cc0c9e17a3d450c77a9be</id>
<content type='text'>
This also affects `git_index_add_bypath()` by providing a better error
message and a specific error code when a directory is passed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also affects `git_index_add_bypath()` by providing a better error
message and a specific error code when a directory is passed.
</pre>
</div>
</content>
</entry>
<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>
</feed>
