<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, 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>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>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>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>
<entry>
<title>Merge pull request #6416 from slackner/httpclient_update_options</title>
<updated>2022-11-23T13:00:23+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-11-23T13:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=8c7345e85a192cda29b6050004c7a2b363d4ee25'/>
<id>8c7345e85a192cda29b6050004c7a2b363d4ee25</id>
<content type='text'>
http: Update httpclient options when reusing an existing connection.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http: Update httpclient options when reusing an existing connection.</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for "safe.directory *"</title>
<updated>2022-11-19T11:00:43+00:00</updated>
<author>
<name>Sven Strickroth</name>
<email>email@cs-ware.de</email>
</author>
<published>2022-11-19T10:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=594bd70b84247eb5fb4b04defb362496b8c85a2b'/>
<id>594bd70b84247eb5fb4b04defb362496b8c85a2b</id>
<content type='text'>
Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6421 from julianmesa-gitkraken/fix-leak-git_tag_create_from_buffer</title>
<updated>2022-11-18T13:56:59+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-11-18T13:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=a7d841a8b1c5c7a492b18c32471dcda2cd479c85'/>
<id>a7d841a8b1c5c7a492b18c32471dcda2cd479c85</id>
<content type='text'>
Fix leak in git_tag_create_from_buffer</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix leak in git_tag_create_from_buffer</pre>
</div>
</content>
</entry>
</feed>
