<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch ethomson/codespaces</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>Update setup.sh</title>
<updated>2021-10-27T16:10:59+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-10-27T16:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0e7c2fde510c95caefaf9f520c22b79b5ce58916'/>
<id>0e7c2fde510c95caefaf9f520c22b79b5ce58916</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 #6084 from libgit2/ethomson/cmake</title>
<updated>2021-10-18T12:54:36+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-10-18T12:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=9b04a3076d419279ac43f165be89a9893f9f0670'/>
<id>9b04a3076d419279ac43f165be89a9893f9f0670</id>
<content type='text'>
cmake: cleanups and consistency</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cmake: cleanups and consistency</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: stylistic refactoring</title>
<updated>2021-10-18T12:30:14+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-27T03:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=52693ab44efe33d9340038c3936b9e75a70fe7bb'/>
<id>52693ab44efe33d9340038c3936b9e75a70fe7bb</id>
<content type='text'>
Ensure that we always use lowercase function names, and that we do not
have spaces preceding open parentheses, for consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that we always use lowercase function names, and that we do not
have spaces preceding open parentheses, for consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: remove unused STDCALL option</title>
<updated>2021-10-18T12:30:14+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-27T02:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e1be28c7cc6a352078ef8ce9ce8234a5f9a0a27a'/>
<id>e1be28c7cc6a352078ef8ce9ce8234a5f9a0a27a</id>
<content type='text'>
The `STDCALL` option was removed; remove the (unreachable) error
message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `STDCALL` option was removed; remove the (unreachable) error
message.
</pre>
</div>
</content>
</entry>
<entry>
<title>trace: always enabled</title>
<updated>2021-10-18T12:30:14+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-27T01:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=8507bf81ea5cf11a99566f449e6b3af68bd02430'/>
<id>8507bf81ea5cf11a99566f449e6b3af68bd02430</id>
<content type='text'>
There's no need to make tracing opt-in; it should always be included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no need to make tracing opt-in; it should always be included.
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: allow USE_ICONV on any Unix</title>
<updated>2021-10-18T12:30:14+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-27T01:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=780faa41c482aab60d08159e3301cb6b945ac496'/>
<id>780faa41c482aab60d08159e3301cb6b945ac496</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: allow ENABLE_REPRODUCIBLE_BUILDS on macOS</title>
<updated>2021-10-18T12:30:14+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-27T01:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=7f5b0f0c1ad9d26163bb92fc4f0d36227ba3e68f'/>
<id>7f5b0f0c1ad9d26163bb92fc4f0d36227ba3e68f</id>
<content type='text'>
macOS may support ENABLE_REPRODUCIBLE_BUILDS, allow users to opt-in to
it. (Especially since ENABLE_REPRODUCIBLE_BUILDS is not the default.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
macOS may support ENABLE_REPRODUCIBLE_BUILDS, allow users to opt-in to
it. (Especially since ENABLE_REPRODUCIBLE_BUILDS is not the default.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6083 from libgit2/ethomson/clar_no_more</title>
<updated>2021-10-17T21:15:41+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2021-10-17T21:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a89db0e7fe54e9ce0ac503802e083ae8c0b872d6'/>
<id>a89db0e7fe54e9ce0ac503802e083ae8c0b872d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: BUILD_CLAR is now BUILD_TESTS</title>
<updated>2021-10-17T17:05:32+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-27T02:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=4e14d4c6a6d4629601cc7e1659df85eeb450df10'/>
<id>4e14d4c6a6d4629601cc7e1659df85eeb450df10</id>
<content type='text'>
Nobody knows what CLAR is.  The test building option should be
`BUILD_TESTS`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nobody knows what CLAR is.  The test building option should be
`BUILD_TESTS`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6078 from libgit2/ethomson/gitstr</title>
<updated>2021-10-17T14:20:46+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-10-17T14:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e61abdce434e17104b40c09b34094e2d571ba9e9'/>
<id>e61abdce434e17104b40c09b34094e2d571ba9e9</id>
<content type='text'>
`git_buf`: now a public-only API (`git_str` is our internal API)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`git_buf`: now a public-only API (`git_str` is our internal API)</pre>
</div>
</content>
</entry>
</feed>
