<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch ethomson/ci_libssh2</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>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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>Update remote.c</title>
<updated>2021-09-18T20:08:20+00:00</updated>
<author>
<name>Laurence McGlashan</name>
<email>mail@laurencemcglashan.com</email>
</author>
<published>2021-09-18T20:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=3bd462a113a9bbf4fb6e61c56c3a32ac3636b664'/>
<id>3bd462a113a9bbf4fb6e61c56c3a32ac3636b664</id>
<content type='text'>
Initialise cfg variable.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initialise cfg variable.</pre>
</div>
</content>
</entry>
<entry>
<title>Apply suggestions from code review</title>
<updated>2021-09-18T20:00:48+00:00</updated>
<author>
<name>Laurence McGlashan</name>
<email>mail@laurencemcglashan.com</email>
</author>
<published>2021-09-18T20:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=c8823fb05097cf38fa7f5cce0929e63c186f7a21'/>
<id>c8823fb05097cf38fa7f5cce0929e63c186f7a21</id>
<content type='text'>
Co-authored-by: Edward Thomson &lt;ethomson@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Edward Thomson &lt;ethomson@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Allow proxy options when connecting with a detached remote.</title>
<updated>2021-09-16T10:44:04+00:00</updated>
<author>
<name>Laurence McGlashan</name>
<email>laurence.mcglashan@gmail.com</email>
</author>
<published>2021-09-16T10:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=eb41276fe08eeedd27509f69d9465cfbdd6cb7f7'/>
<id>eb41276fe08eeedd27509f69d9465cfbdd6cb7f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge: Check file mode when resolving renames.</title>
<updated>2021-09-15T22:09:17+00:00</updated>
<author>
<name>Colin Stolley</name>
<email>ccstolley@github.com</email>
</author>
<published>2021-09-09T20:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=479a38bf153f13966a423124994e4ed91561e595'/>
<id>479a38bf153f13966a423124994e4ed91561e595</id>
<content type='text'>
When determining if ours or theirs changed, we check the oids but not
their respective file modes. This can lead to merges introducing incorrect
file mode changes (eg., in a revert). A simple linear example might be:

commit A - introduces file `foo` with chmod 0755
commit B - updates some unrelated file
commit C - renames `foo` to `bar` and chmod 0644

If B is reverted, `bar` will unexpectedly acquire mode 0755.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When determining if ours or theirs changed, we check the oids but not
their respective file modes. This can lead to merges introducing incorrect
file mode changes (eg., in a revert). A simple linear example might be:

commit A - introduces file `foo` with chmod 0755
commit B - updates some unrelated file
commit C - renames `foo` to `bar` and chmod 0644

If B is reverted, `bar` will unexpectedly acquire mode 0755.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6053 from stac47/ssh2_discovery</title>
<updated>2021-09-14T13:53:15+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-14T13:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=7d195b9c3ddffb9f9af94dcabaeb4fc77fafa378'/>
<id>7d195b9c3ddffb9f9af94dcabaeb4fc77fafa378</id>
<content type='text'>
Discover libssh2 without pkg-config</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Discover libssh2 without pkg-config</pre>
</div>
</content>
</entry>
<entry>
<title>Update src/CMakeLists.txt</title>
<updated>2021-09-14T11:53:29+00:00</updated>
<author>
<name>Laurent Stacul</name>
<email>laurent.stacul@gmail.com</email>
</author>
<published>2021-09-14T11:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=413bfb83b2dfde9482a756fbcd1d5f5ba9315696'/>
<id>413bfb83b2dfde9482a756fbcd1d5f5ba9315696</id>
<content type='text'>
Co-authored-by: Edward Thomson &lt;ethomson@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Edward Thomson &lt;ethomson@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6041 from Esri/duncan/typeof</title>
<updated>2021-09-14T11:47:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-14T11:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=646bae34c9962d308ea82c5d03f5862d20fcca02'/>
<id>646bae34c9962d308ea82c5d03f5862d20fcca02</id>
<content type='text'>
Use __typeof__ GNUC keyword for ISO C compatibility</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use __typeof__ GNUC keyword for ISO C compatibility</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6039 from lhchavez/avoid-mmap-in-git-indexer-append</title>
<updated>2021-09-14T11:46:49+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-14T11:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=b6735461d9148a91cfaf4633403843aa88db9001'/>
<id>b6735461d9148a91cfaf4633403843aa88db9001</id>
<content type='text'>
indexer: Avoid one `mmap(2)`/`munmap(2)` pair per `git_indexer_append` call</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
indexer: Avoid one `mmap(2)`/`munmap(2)` pair per `git_indexer_append` call</pre>
</div>
</content>
</entry>
</feed>
