<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch ethomson/revparse</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>revspec: rename git_revparse_mode_t to git_revspec_t</title>
<updated>2021-01-31T16:36:31+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-31T00:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=4732e03056b1b88fdeb3276d96dfd9400d75233a'/>
<id>4732e03056b1b88fdeb3276d96dfd9400d75233a</id>
<content type='text'>
The information about the type of a revision spec is not information
about the parser.  Name it accordingly, so that `git_revparse_mode_t`
is now `git_revspec_t`.  Deprecate the old name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The information about the type of a revision spec is not information
about the parser.  Name it accordingly, so that `git_revparse_mode_t`
is now `git_revspec_t`.  Deprecate the old name.
</pre>
</div>
</content>
</entry>
<entry>
<title>meta: tell "linguist" that the test resources are vendored</title>
<updated>2021-01-22T11:22:53+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-22T11:22:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=50f536222b6576a4204b980978d6094770a21038'/>
<id>50f536222b6576a4204b980978d6094770a21038</id>
<content type='text'>
Our test resources shouldn't count toward our language statistics.  We
have some PHP checked in to the test resources, but I assure you that we
do not have any production code in PHP and we shouldn't be blamed for
the test data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our test resources shouldn't count toward our language statistics.  We
have some PHP checked in to the test resources, but I assure you that we
do not have any production code in PHP and we shouldn't be blamed for
the test data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5780 from libgit2/ethomson/ci</title>
<updated>2021-01-15T12:52:32+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-15T12:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=3392da3ce49853057288009367df3d48d9d0d6f9'/>
<id>3392da3ce49853057288009367df3d48d9d0d6f9</id>
<content type='text'>
ci: don't use ninja on macOS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ci: don't use ninja on macOS</pre>
</div>
</content>
</entry>
<entry>
<title>ci: don't use ninja on macOS</title>
<updated>2021-01-15T12:12:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-15T10:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=75888f273e9beae91e48e3490e50b4db9c208117'/>
<id>75888f273e9beae91e48e3490e50b4db9c208117</id>
<content type='text'>
Ninja is not installed by default on the macOS machines; stop trying to
use it.  Instead use `make -j` which should be roughly equivalent in
performance but supported everywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ninja is not installed by default on the macOS machines; stop trying to
use it.  Instead use `make -j` which should be roughly equivalent in
performance but supported everywhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5768 from lhchavez/midx-needs-refresh</title>
<updated>2021-01-15T09:59:15+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-15T09:59:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=674875dc7b1fc4a63cd2ac12a6aa2a534b003f2a'/>
<id>674875dc7b1fc4a63cd2ac12a6aa2a534b003f2a</id>
<content type='text'>
midx: Fix a bug in `git_midx_needs_refresh()`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
midx: Fix a bug in `git_midx_needs_refresh()`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5775 from libgit2/ethomson/clone_branch</title>
<updated>2021-01-10T21:32:28+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-10T21:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=487f2a8287c4d1d41d39e05ac53d0e50c679d7e9'/>
<id>487f2a8287c4d1d41d39e05ac53d0e50c679d7e9</id>
<content type='text'>
clone: set refs/remotes/origin/HEAD when branch is specified</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clone: set refs/remotes/origin/HEAD when branch is specified</pre>
</div>
</content>
</entry>
<entry>
<title>clone: set refs/remotes/origin/HEAD when branch is specified</title>
<updated>2021-01-07T17:34:17+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-07T17:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=923c0f7b763bf3d20f9cd8f02ab9b1d400c733ab'/>
<id>923c0f7b763bf3d20f9cd8f02ab9b1d400c733ab</id>
<content type='text'>
When a branch is specified to check out in clone, update the remote
tracking `HEAD` to point to it.  This mimics git's behavior, when
`git clone -b &lt;name&gt;` is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a branch is specified to check out in clone, update the remote
tracking `HEAD` to point to it.  This mimics git's behavior, when
`git clone -b &lt;name&gt;` is used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5769 from lhchavez/pwrite-pread</title>
<updated>2021-01-07T17:00:57+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-07T17:00:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=c6cf7f0e6927f1b264a7dda2467d70b9f744a01f'/>
<id>c6cf7f0e6927f1b264a7dda2467d70b9f744a01f</id>
<content type='text'>
Use `p_pwrite`/`p_pread` consistently throughout the codebase</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use `p_pwrite`/`p_pread` consistently throughout the codebase</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5772 from libgit2/ethomson/readme</title>
<updated>2021-01-07T15:40:06+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-07T15:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=81c98af777329817827609a90462d8b2fd4a845b'/>
<id>81c98af777329817827609a90462d8b2fd4a845b</id>
<content type='text'>
README: instructions for using libgit2 without compiling</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
README: instructions for using libgit2 without compiling</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5770 from libgit2/ethomson/empty_default_branch</title>
<updated>2021-01-07T15:39:45+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-07T15:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=8462f7f9dbc53571d2f7e61a7aa9b01ebae6083b'/>
<id>8462f7f9dbc53571d2f7e61a7aa9b01ebae6083b</id>
<content type='text'>
Cope with empty default branch</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cope with empty default branch</pre>
</div>
</content>
</entry>
</feed>
