<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests, branch ethomson/workflow</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>Merge pull request #6330 from gitkraken-jacobw/partial-stashing</title>
<updated>2023-02-16T10:23:28+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2023-02-16T10:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=05ba3fe4e15ce91e6470ae57d1f4a71fc6147eba'/>
<id>05ba3fe4e15ce91e6470ae57d1f4a71fc6147eba</id>
<content type='text'>
stash: partial stash specific files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stash: partial stash specific files</pre>
</div>
</content>
</entry>
<entry>
<title>tests: use static scope for test data</title>
<updated>2023-02-15T10:08:42+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>edward.thomson@vercel.com</email>
</author>
<published>2023-02-15T10:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b8fff35ab32a384f7e224d1afd06ef4fe1863e1f'/>
<id>b8fff35ab32a384f7e224d1afd06ef4fe1863e1f</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 #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://git.baserock.org/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>Merge pull request #6455 from libgit2/ethomson/sysdir</title>
<updated>2023-02-14T16:36:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2023-02-14T16:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f7963f28cad7b2416a3cb0e55bc5adf85c82607b'/>
<id>f7963f28cad7b2416a3cb0e55bc5adf85c82607b</id>
<content type='text'>
Support the notion of a home directory separately from global configuration directory</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support the notion of a home directory separately from global configuration directory</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6423 from cavaquinho/fix/6422-revwalk_push_glob-dangling-ref</title>
<updated>2023-02-14T15:23:11+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2023-02-14T15:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0362ecd6f1c8f0a1c798634deee490ba572b7b9a'/>
<id>0362ecd6f1c8f0a1c798634deee490ba572b7b9a</id>
<content type='text'>
#6422: handle dangling symbolic refs gracefully</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#6422: handle dangling symbolic refs gracefully</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'revparse'</title>
<updated>2023-02-14T12:01:04+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2023-02-14T12:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3b43c9d33597b11bc7fdf3bcfe3b21bfeff95e15'/>
<id>3b43c9d33597b11bc7fdf3bcfe3b21bfeff95e15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing rev with reflog of HEAD (e.g., HEAD@{3})</title>
<updated>2023-02-14T11:52:28+00:00</updated>
<author>
<name>Sven Strickroth</name>
<email>email@cs-ware.de</email>
</author>
<published>2022-08-19T19:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0628e25d04bed2734091a8354aae7186f490037c'/>
<id>0628e25d04bed2734091a8354aae7186f490037c</id>
<content type='text'>
Fixes issue #6156.

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue #6156.

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>diff_file: don't mmap/readbuffer empty files</title>
<updated>2023-02-13T20:31:47+00:00</updated>
<author>
<name>Iliyas Jorio</name>
<email>iliyas@jor.io</email>
</author>
<published>2023-02-13T18:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b755b7d294780bf7dc1c9b5c5fff892ac5f0ec38'/>
<id>b755b7d294780bf7dc1c9b5c5fff892ac5f0ec38</id>
<content type='text'>
This prevents GIT_MMAP_VALIDATE from failing.
This also prevents git_diff_file_content__unload from attempting to free git_str__initstr.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents GIT_MMAP_VALIDATE from failing.
This also prevents git_diff_file_content__unload from attempting to free git_str__initstr.</pre>
</div>
</content>
</entry>
<entry>
<title>win32: adjust max path length for SHA256</title>
<updated>2023-02-13T10:27:13+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2023-02-10T14:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e7a7691146f3ce1b85e3f79be4fe40745973ffe9'/>
<id>e7a7691146f3ce1b85e3f79be4fe40745973ffe9</id>
<content type='text'>
The longest path within a git repository is now a SHA256 format
packfile. Adjust our max length checking to match.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The longest path within a git repository is now a SHA256 format
packfile. Adjust our max length checking to match.
</pre>
</div>
</content>
</entry>
<entry>
<title>clone: support sha256</title>
<updated>2023-02-12T22:02:00+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-11-23T22:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0006ff63359358bc5e65ea5a2b6ef7ba5eca2e8e'/>
<id>0006ff63359358bc5e65ea5a2b6ef7ba5eca2e8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
