<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests, branch ethomson/strarray</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>buf: common_prefix takes a string array</title>
<updated>2021-09-27T00:20:57+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-27T00:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7e7cfe8acdc8e506a5e670e7cfb74e43c031ccaf'/>
<id>7e7cfe8acdc8e506a5e670e7cfb74e43c031ccaf</id>
<content type='text'>
`git_strarray` is a public-facing type.  Change
`git_buf_text_common_prefix` to not use it, and just take an array of
strings instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`git_strarray` is a public-facing type.  Change
`git_buf_text_common_prefix` to not use it, and just take an array of
strings instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6067 from libgit2/ethomson/filter_commit_id</title>
<updated>2021-09-21T17:19:10+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-21T17:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=efa0d64e03c705bdbdfe56f0cac210322b76702e'/>
<id>efa0d64e03c705bdbdfe56f0cac210322b76702e</id>
<content type='text'>
filter: use a `git_oid` in filter options, not a pointer</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
filter: use a `git_oid` in filter options, not a pointer</pre>
</div>
</content>
</entry>
<entry>
<title>filter: use a `git_oid` in filter options, not a pointer</title>
<updated>2021-09-21T15:28:39+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-21T15:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=90656858ce6ec0f4cba5ba5f8690ace9b83161d0'/>
<id>90656858ce6ec0f4cba5ba5f8690ace9b83161d0</id>
<content type='text'>
Using a `git_oid *` in filter options was a mistake; it is a deviation
from our typical pattern, and callers in some languages that GC may need
very special treatment in order to pass both an options structure and a
pointer outside of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using a `git_oid *` in filter options was a mistake; it is a deviation
from our typical pattern, and callers in some languages that GC may need
very special treatment in order to pass both an options structure and a
pointer outside of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>rebase: fix (deprecated) signing test</title>
<updated>2021-09-21T15:01:27+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-21T15:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=470acc718888782646347ae6e450bc167144acfd'/>
<id>470acc718888782646347ae6e450bc167144acfd</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 #6061 from libgit2/ethomson/email</title>
<updated>2021-09-21T01:45:10+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-21T01:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ba01547d4a8190d5e4df317d4b0d0767e160bc57'/>
<id>ba01547d4a8190d5e4df317d4b0d0767e160bc57</id>
<content type='text'>
Introduce `git_email_create`; deprecate `git_diff_format_email`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce `git_email_create`; deprecate `git_diff_format_email`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sathieu/patch-1' into main</title>
<updated>2021-09-20T16:19:48+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-20T16:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bfdba8ee938f05248879491a5c43083f1b25a79f'/>
<id>bfdba8ee938f05248879491a5c43083f1b25a79f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>httpproxy: move empty string test above config</title>
<updated>2021-09-20T16:19:05+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-20T16:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8e7621241d7246a5cf516df296bc85f3164efbf9'/>
<id>8e7621241d7246a5cf516df296bc85f3164efbf9</id>
<content type='text'>
The configuration change will override the environment variable, so the
environment variable check needs to come first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The configuration change will override the environment variable, so the
environment variable check needs to come first.
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: ensure content filtering occurs in longpath test</title>
<updated>2021-09-20T13:09:00+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-20T13:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=005c740b15bf2b77e5ef1112aed887751fc2c827'/>
<id>005c740b15bf2b77e5ef1112aed887751fc2c827</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'mathworks/longpath_filter_bug' into main</title>
<updated>2021-09-20T13:06:50+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-20T13:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=482e3853536c40acf4e6dc31f230efaa93bef374'/>
<id>482e3853536c40acf4e6dc31f230efaa93bef374</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 #6058 from mathworks/proxy_config_with_detached_remote</title>
<updated>2021-09-20T12:39:46+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-20T12:39:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0644c2e8c54784800f27ee7b389eccaff6745755'/>
<id>0644c2e8c54784800f27ee7b389eccaff6745755</id>
<content type='text'>
Allow proxy options when connecting with a detached remote.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow proxy options when connecting with a detached remote.</pre>
</div>
</content>
</entry>
</feed>
