<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch ethomson/objectformat</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>tests: helpers for getting ints from configuration</title>
<updated>2022-12-03T20:37:15+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-12-03T14:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=1a8c692751e2a0a56b6ede70bf8eb2c34f488b39'/>
<id>1a8c692751e2a0a56b6ede70bf8eb2c34f488b39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>repo: don't overwrite repo format version on reinit</title>
<updated>2022-12-03T20:37:15+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-12-03T14:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=3b676c8d889ec4554fc0b66362a6a37a5e04e529'/>
<id>3b676c8d889ec4554fc0b66362a6a37a5e04e529</id>
<content type='text'>
Ensure that we maintain the `core.repositoryFormatVersion` value instead
of always overwriting it with the default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that we maintain the `core.repositoryFormatVersion` value instead
of always overwriting it with the default.
</pre>
</div>
</content>
</entry>
<entry>
<title>repo: internal setter for `objectformat`</title>
<updated>2022-12-03T20:37:15+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-12-03T13:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=2770d131bc3b86d234758b9623e186df5f66c4d1'/>
<id>2770d131bc3b86d234758b9623e186df5f66c4d1</id>
<content type='text'>
Provide an internal function to set the repository's `objectformat`,
both in the internal object and in the configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide an internal function to set the repository's `objectformat`,
both in the internal object and in the configuration.
</pre>
</div>
</content>
</entry>
<entry>
<title>repo: understand the `objectformat` extension</title>
<updated>2022-12-03T20:37:15+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-09-19T14:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=975d210c5466cd9781fa8b61aad10d47a6d6a988'/>
<id>975d210c5466cd9781fa8b61aad10d47a6d6a988</id>
<content type='text'>
Teach the repository about the `objectformat` extension, supporting
`sha1` always and `sha256` when the experimental sha256 support is
active.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Teach the repository about the `objectformat` extension, supporting
`sha1` always and `sha256` when the experimental sha256 support is
active.
</pre>
</div>
</content>
</entry>
<entry>
<title>oid: provide type lookups by enum value or name</title>
<updated>2022-12-03T20:37:15+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-12-03T13:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=2259790d4071eef2e6278ad876bab72b61558296'/>
<id>2259790d4071eef2e6278ad876bab72b61558296</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 #6434 from tagesuhu/main</title>
<updated>2022-11-28T13:16:58+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-11-28T13:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=936b184e7494158c20e522981f4a324cac6ffa47'/>
<id>936b184e7494158c20e522981f4a324cac6ffa47</id>
<content type='text'>
Fixes #6433: git_submodule_update fails to update configured but missing submodule</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #6433: git_submodule_update fails to update configured but missing submodule</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: Do not try to update a missing submodule</title>
<updated>2022-11-25T16:38:58+00:00</updated>
<author>
<name>tagesuhu</name>
<email>118989859+tagesuhu@users.noreply.github.com</email>
</author>
<published>2022-11-25T16:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=3f4b91b29d5d4d30d2796da336742ed371646208'/>
<id>3f4b91b29d5d4d30d2796da336742ed371646208</id>
<content type='text'>
If a submodule has been configured but not yet added, do not try to update it.

Issue #6433: git_submodule_update fails to update configured but missing submodule</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a submodule has been configured but not yet added, do not try to update it.

Issue #6433: git_submodule_update fails to update configured but missing submodule</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Add new test to submodule::update</title>
<updated>2022-11-25T16:32:39+00:00</updated>
<author>
<name>tagesuhu</name>
<email>118989859+tagesuhu@users.noreply.github.com</email>
</author>
<published>2022-11-25T16:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=b57b7628d4a7c66727252a9e2d219e566b04a867'/>
<id>b57b7628d4a7c66727252a9e2d219e566b04a867</id>
<content type='text'>
Verify that trying to update submodule which has been configured but not added does return an error.

Issue #6433: git_submodule_update fails to update configured but missing submodule</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Verify that trying to update submodule which has been configured but not added does return an error.

Issue #6433: git_submodule_update fails to update configured but missing submodule</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6326 from libgit2/ethomson/url_parse</title>
<updated>2022-11-23T13:57:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-11-23T13:57:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=12832bab7363e92bfa45d1ef3c3bc10495d71abd'/>
<id>12832bab7363e92bfa45d1ef3c3bc10495d71abd</id>
<content type='text'>
URL parsing for google-compatible URLs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
URL parsing for google-compatible URLs</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6429 from csware/safe.directory-wildcard</title>
<updated>2022-11-23T13:53:40+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-11-23T13:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=d0203b6484812a44331e99d6754c955844d49fdb'/>
<id>d0203b6484812a44331e99d6754c955844d49fdb</id>
<content type='text'>
Add support for "safe.directory *"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for "safe.directory *"</pre>
</div>
</content>
</entry>
</feed>
