<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch ethomson/mainbranch</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>refs: remove "master" branch constant</title>
<updated>2020-08-03T10:53:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-07-15T21:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0ff70f4a4e289344c52e1247133d6eb007a68027'/>
<id>0ff70f4a4e289344c52e1247133d6eb007a68027</id>
<content type='text'>
We don't use "master" as a hardcoded default in as many places; remove
the now unused master branch constant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't use "master" as a hardcoded default in as many places; remove
the now unused master branch constant.
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: update the default remote branch</title>
<updated>2020-08-03T10:53:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-07-15T21:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e3f065eae40ae56c374410ed4c73e6d7e1b80ad7'/>
<id>e3f065eae40ae56c374410ed4c73e6d7e1b80ad7</id>
<content type='text'>
When the remote does not tell us its default, we have to guess what the
default branch should be.  Use our local initial branch configuration to
inform the remote branch default when we clone.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the remote does not tell us its default, we have to guess what the
default branch should be.  Use our local initial branch configuration to
inform the remote branch default when we clone.
</pre>
</div>
</content>
</entry>
<entry>
<title>clone: don't assume the default branch name</title>
<updated>2020-08-03T10:53:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-07-15T20:29:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=cd2f74d27e59c23fc9c0efc6e7a147e350a28b2a'/>
<id>cd2f74d27e59c23fc9c0efc6e7a147e350a28b2a</id>
<content type='text'>
We derive the branch name, even in our code, we shouldn't assume that
the branch will be "master".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We derive the branch name, even in our code, we shouldn't assume that
the branch will be "master".
</pre>
</div>
</content>
</entry>
<entry>
<title>clone: respect init.defaultBranch when empty</title>
<updated>2020-08-03T10:53:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-07-13T09:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=471ed794d8bc8ce783964eda180c21234b2fe591'/>
<id>471ed794d8bc8ce783964eda180c21234b2fe591</id>
<content type='text'>
When cloning an empty repository, we need to guess what the branch
structure should be; instead of hardcoding `master`, use the
`init.defaultBranch` setting it if it provided.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When cloning an empty repository, we need to guess what the branch
structure should be; instead of hardcoding `master`, use the
`init.defaultBranch` setting it if it provided.
</pre>
</div>
</content>
</entry>
<entry>
<title>repo: teach isempty about default branch config</title>
<updated>2020-08-03T10:53:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-07-13T09:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=84d2a0353d3934e88b08095e0100a408c4b0a42e'/>
<id>84d2a0353d3934e88b08095e0100a408c4b0a42e</id>
<content type='text'>
The git_repository_isempty function now respects the init.defaultbranch
setting (instead of hardcoding "master") to understand if a repository
is empty or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The git_repository_isempty function now respects the init.defaultbranch
setting (instead of hardcoding "master") to understand if a repository
is empty or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>repo: add git_repository_initialbranch</title>
<updated>2020-08-03T10:53:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-07-13T09:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4cc3b2cb9aed4a5d2b4e2740ffc6bbd69f0634cc'/>
<id>4cc3b2cb9aed4a5d2b4e2740ffc6bbd69f0634cc</id>
<content type='text'>
Provide a helper function to get the initial branch for a repository,
respecting the `init.defaultBranch` configuration option, if set, and
returning the "default default" (currently `master`) otherwise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a helper function to get the initial branch for a repository,
respecting the `init.defaultBranch` configuration option, if set, and
returning the "default default" (currently `master`) otherwise.
</pre>
</div>
</content>
</entry>
<entry>
<title>repo: honor the init.defaultBranch setting</title>
<updated>2020-08-03T10:53:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-07-13T07:47:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e411aae3850c59b5c32b16e339c4ce8af284183a'/>
<id>e411aae3850c59b5c32b16e339c4ce8af284183a</id>
<content type='text'>
As part of a push towards more inclusive language, git is reconsidering
using "master" as the default branch name.  As a first step, this
setting will be configurable with the `init.defaultBranch` configuration
option.  Honor this during repository initialization.

During initialization, we will create an initial branch:

1. Using the `initial_head` setting, if specified;
2. Using the `HEAD` configured in a template, if it exists;
3. Using the `init.defaultBranch` configuration option, if it is set; or
4. Using `master` in the absence of additional configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As part of a push towards more inclusive language, git is reconsidering
using "master" as the default branch name.  As a first step, this
setting will be configurable with the `init.defaultBranch` configuration
option.  Honor this during repository initialization.

During initialization, we will create an initial branch:

1. Using the `initial_head` setting, if specified;
2. Using the `HEAD` configured in a template, if it exists;
3. Using the `init.defaultBranch` configuration option, if it is set; or
4. Using `master` in the absence of additional configuration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5596 from libgit2/ethomson/sanitizer_ci</title>
<updated>2020-08-03T10:53:03+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-08-03T10:53:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c71321a099373753c22055921c8f538afed5ebb6'/>
<id>c71321a099373753c22055921c8f538afed5ebb6</id>
<content type='text'>
sanitizer ci: skip negotiate tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sanitizer ci: skip negotiate tests</pre>
</div>
</content>
</entry>
<entry>
<title>sanitizer ci: skip negotiate tests</title>
<updated>2020-08-03T10:03:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-08-03T10:03:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6973c57037751128917d03582a296cb01a8c0be1'/>
<id>6973c57037751128917d03582a296cb01a8c0be1</id>
<content type='text'>
We don't build with SPNEGO enabled on our focal-based sanitizer builds,
so we need to disable the negotiate tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't build with SPNEGO enabled on our focal-based sanitizer builds,
so we need to disable the negotiate tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5569 from lhchavez/ci-sanitizers</title>
<updated>2020-08-03T09:01:26+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-08-03T09:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=11a62973d8a67fb4e8cd2b8aa42a378a5526d7a9'/>
<id>11a62973d8a67fb4e8cd2b8aa42a378a5526d7a9</id>
<content type='text'>
Add CI support for Memory and UndefinedBehavior Sanitizers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add CI support for Memory and UndefinedBehavior Sanitizers</pre>
</div>
</content>
</entry>
</feed>
