<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests/clar/clar_libgit2.c, branch main</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>utf8: add conversion with size and refactor names</title>
<updated>2023-03-21T09:14:06+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2023-03-11T12:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0d7f3f52918a00a2a07ba965eb65c6ac5d122867'/>
<id>0d7f3f52918a00a2a07ba965eb65c6ac5d122867</id>
<content type='text'>
Add functions to use convert a string with length, instead of assuming
NUL termination.

In addition, move the utf8 to 16 conversion routines into the `git_utf8`
namespace instead of using namespaceless `git__` prefixed names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add functions to use convert a string with length, instead of assuming
NUL termination.

In addition, move the utf8 to 16 conversion routines into the `git_utf8`
namespace instead of using namespaceless `git__` prefixed names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6456 from libgit2/ethomson/sha256_experimental</title>
<updated>2023-02-14T17:01:23+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2023-02-14T17:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=80742e159c3221fd853d9a0fe735b382a7e3419d'/>
<id>80742e159c3221fd853d9a0fe735b382a7e3419d</id>
<content type='text'>
SHA256: more SHA256 support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SHA256: more SHA256 support</pre>
</div>
</content>
</entry>
<entry>
<title>tests: helpers for getting ints from configuration</title>
<updated>2023-02-12T21:26:11+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://91.123.203.49/cgit/delta/libgit2.git/commit/?id=f6dbf9c5949e731b928b75090e793150d522afd1'/>
<id>f6dbf9c5949e731b928b75090e793150d522afd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: use a dummy homedir</title>
<updated>2023-02-09T12:10:40+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2023-01-23T16:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=ff67b5e11724b075d145931aa6ac2c8817d791e2'/>
<id>ff67b5e11724b075d145931aa6ac2c8817d791e2</id>
<content type='text'>
Use a dummy home directory for tests to avoid user data leaking into
test execution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a dummy home directory for tests to avoid user data leaking into
test execution.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: configure temporary homedirs correctly</title>
<updated>2023-02-09T12:10:40+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2023-01-23T15:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=f32ec999b0dfcef6ac53afb754f21c5a758057a8'/>
<id>f32ec999b0dfcef6ac53afb754f21c5a758057a8</id>
<content type='text'>
Now that we've split the notion of the home directory from the global
configuration store, our tests should use the appropriate one based on
what they're doing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we've split the notion of the home directory from the global
configuration store, our tests should use the appropriate one based on
what they're doing.
</pre>
</div>
</content>
</entry>
<entry>
<title>repo: make ownership checks optional</title>
<updated>2022-04-12T02:17:52+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-04-12T01:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=4161ebdd50dc29205dcc94cba5320c6d0d2537a7'/>
<id>4161ebdd50dc29205dcc94cba5320c6d0d2537a7</id>
<content type='text'>
Introduce the `GIT_OPT_SET_OWNER_VALIDATION` option, so that users can
disable repository ownership validation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce the `GIT_OPT_SET_OWNER_VALIDATION` option, so that users can
disable repository ownership validation.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: move clar into separate directory</title>
<updated>2022-02-23T03:07:45+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-11-17T04:41:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=25bc84fb8f702b57983d374f1c79b93a2d7543f1'/>
<id>25bc84fb8f702b57983d374f1c79b93a2d7543f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
