<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2/submodule.h, branch ethomson/index_iterator</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>docs: standardize struct git_*_options comments</title>
<updated>2018-05-07T19:50:38+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-04-20T21:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=04c48afc3c2f3413883afee70ea748374e0a2293'/>
<id>04c48afc3c2f3413883afee70ea748374e0a2293</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: standardize comment block for git_*_init_options functions</title>
<updated>2018-05-07T19:50:38+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-03-22T22:27:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=ca5a15e51b361691087c92eb391411607d867f4b'/>
<id>ca5a15e51b361691087c92eb391411607d867f4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update submodule update opts init as per code review</title>
<updated>2016-10-09T22:50:24+00:00</updated>
<author>
<name>Josh Leeb-du Toit</name>
<email>josh.leebdutoit@gmail.com</email>
</author>
<published>2016-09-28T04:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=3e22bb71f2ca6f632059e53414dd19fb0349c482'/>
<id>3e22bb71f2ca6f632059e53414dd19fb0349c482</id>
<content type='text'>
Update the `GIT_SUBMODULE_UPDATE_OPTIONS_INIT` definition with the
correct values after removing `clone_checkout_strategy` in
`git_submodule_update_options`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the `GIT_SUBMODULE_UPDATE_OPTIONS_INIT` definition with the
correct values after removing `clone_checkout_strategy` in
`git_submodule_update_options`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `clone_checkout_strategy` in submodule update opts</title>
<updated>2016-10-09T22:50:24+00:00</updated>
<author>
<name>Josh Leeb-du Toit</name>
<email>josh.leebdutoit@gmail.com</email>
</author>
<published>2016-09-26T09:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=567fd782d92e0e55724e93931faf28005d71904e'/>
<id>567fd782d92e0e55724e93931faf28005d71904e</id>
<content type='text'>
Remove `clone_checkout_strategy` in `git_submodule_update_options` as
per issue #3784.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove `clone_checkout_strategy` in `git_submodule_update_options` as
per issue #3784.
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: Try to fetch when update fails to find the target commit in the submodule.</title>
<updated>2016-06-28T22:08:58+00:00</updated>
<author>
<name>Jason Haslam</name>
<email>jason@scitools.com</email>
</author>
<published>2016-06-28T22:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=de43efcf27cea1cd5cb633e057dc447ac0d7f4cf'/>
<id>de43efcf27cea1cd5cb633e057dc447ac0d7f4cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Play nice with the docs.</title>
<updated>2015-12-08T16:58:19+00:00</updated>
<author>
<name>joshaber</name>
<email>joshaber@gmail.com</email>
</author>
<published>2015-12-08T16:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=ab273821ee0bf2c46ad9051266d3731cbc31b03b'/>
<id>ab273821ee0bf2c46ad9051266d3731cbc31b03b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a typedef for the submodule_foreach callback.</title>
<updated>2015-12-08T16:34:00+00:00</updated>
<author>
<name>joshaber</name>
<email>joshaber@gmail.com</email>
</author>
<published>2015-12-08T16:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=eda726cfb5ea44659e471ba10aee21f16ce2e800'/>
<id>eda726cfb5ea44659e471ba10aee21f16ce2e800</id>
<content type='text'>
This fits with the style for the rest of the project, but more
importantly, makes life easier for bindings authors who auto-generate
code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fits with the style for the rest of the project, but more
importantly, makes life easier for bindings authors who auto-generate
code.
</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://91.123.203.49/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 the RESET enum values</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-11T10:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=783672fa5be4f0e9dce72bcd74690258bdbac0a9'/>
<id>783672fa5be4f0e9dce72bcd74690258bdbac0a9</id>
<content type='text'>
These are not useful anymore, as we don't affect the instance's
configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are not useful anymore, as we don't affect the instance's
configuration.
</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://91.123.203.49/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>
</feed>
