<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src/cli, branch ethomson/objectformat</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>Fix #6365</title>
<updated>2022-08-10T22:25:31+00:00</updated>
<author>
<name>Vinz2008</name>
<email>68145293+Vinz2008@users.noreply.github.com</email>
</author>
<published>2022-08-10T22:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d64f3d0992ec278d843c397b4b52e3434962c197'/>
<id>d64f3d0992ec278d843c397b4b52e3434962c197</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sha256: indirection for experimental functions</title>
<updated>2022-07-14T02:50:33+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-07-14T02:25:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b43567d655b6fbc562a165095a6980d19c4ae278'/>
<id>b43567d655b6fbc562a165095a6980d19c4ae278</id>
<content type='text'>
The experimental function signature is only available when
`GIT_EXPERIMENTAL_SHA256` is enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The experimental function signature is only available when
`GIT_EXPERIMENTAL_SHA256` is enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>sha256: make sha256 an experimental optional feature</title>
<updated>2022-06-20T21:12:49+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-06-15T02:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6c57bac6b18f6a30e1a8c8272a8dc367f202aa88'/>
<id>6c57bac6b18f6a30e1a8c8272a8dc367f202aa88</id>
<content type='text'>
libgit2 can be built with optional, experimental sha256 support. This
allows consumers to begin testing and providing feedback for our sha256
support while we continue to develop it, and allows us to make API
breaking changes while we iterate on a final sha256 implementation.

The results will be `git2-experimental.dll` and installed as
`git2-experimental.h` to avoid confusion with a production libgit2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libgit2 can be built with optional, experimental sha256 support. This
allows consumers to begin testing and providing feedback for our sha256
support while we continue to develop it, and allows us to make API
breaking changes while we iterate on a final sha256 implementation.

The results will be `git2-experimental.dll` and installed as
`git2-experimental.h` to avoid confusion with a production libgit2.
</pre>
</div>
</content>
</entry>
<entry>
<title>meta: generated `features.h` is now `git2_features.h`</title>
<updated>2022-06-20T21:09:47+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-06-18T20:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d103620158bb5aca73bc0dad8a230ceda417ab47'/>
<id>d103620158bb5aca73bc0dad8a230ceda417ab47</id>
<content type='text'>
Linux has a /usr/include/features.h, which gets confusing; update this
to `git2_features.h` and move it into the `util` directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Linux has a /usr/include/features.h, which gets confusing; update this
to `git2_features.h` and move it into the `util` directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>odb_hash*: accept the oid type to hash into</title>
<updated>2022-06-20T21:05:29+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-01-26T18:07:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8444b6dce71d53a44f300d7c023cdd075faaa872'/>
<id>8444b6dce71d53a44f300d7c023cdd075faaa872</id>
<content type='text'>
The git_odb_hash helper functions should not assume SHA1, and instead
should be given the oid type that they're producing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The git_odb_hash helper functions should not assume SHA1, and instead
should be given the oid type that they're producing.
</pre>
</div>
</content>
</entry>
<entry>
<title>progress: fewer updates about throughput</title>
<updated>2022-06-11T20:14:11+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-06-11T20:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3a7371694ce3319a3d9e64a4cf960dc14536bed6'/>
<id>3a7371694ce3319a3d9e64a4cf960dc14536bed6</id>
<content type='text'>
Avoid too much flashing on the console with updates about throughput.
Only update throughput once a second.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid too much flashing on the console with updates about throughput.
Only update throughput once a second.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: show progress on 32 bit machines</title>
<updated>2022-06-11T20:08:28+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-06-11T20:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=286e7f0ad0ba0d9831c30e2634df1ecf2ea68516'/>
<id>286e7f0ad0ba0d9831c30e2634df1ecf2ea68516</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: introduce a clone command</title>
<updated>2022-04-14T13:59:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-04-04T17:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8a757ae24c8c4fdb3e2112de541aee8e7812ebda'/>
<id>8a757ae24c8c4fdb3e2112de541aee8e7812ebda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: introduce signal handler</title>
<updated>2022-04-14T13:59:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-05-12T07:56:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7babe76f97822c701050c6ee8d3984462f73c27f'/>
<id>7babe76f97822c701050c6ee8d3984462f73c27f</id>
<content type='text'>
Provide a mechanism to add a signal handler for Unix or Win32.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a mechanism to add a signal handler for Unix or Win32.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: introduce a progress class</title>
<updated>2022-04-14T02:14:45+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-04-04T17:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=48506f2ba4b5ec9cd3d9b3952ae9c7e870bbe33a'/>
<id>48506f2ba4b5ec9cd3d9b3952ae9c7e870bbe33a</id>
<content type='text'>
Provide a class that will display progress information to the console.
Initially, it contains callbacks for fetch progress and checkout
progress.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a class that will display progress information to the console.
Initially, it contains callbacks for fetch progress and checkout
progress.
</pre>
</div>
</content>
</entry>
</feed>
