Skip to content

Commit 752dbec

Browse files
committed
README: it's actually our main branch
[skip ci]
1 parent d7e6509 commit 752dbec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ libgit2 - the Git linkable library
33

44
| Build Status | |
55
| ------------ | - |
6-
| **master** branch CI builds | [![CI Build](https://github.com/libgit2/libgit2/workflows/CI%20Build/badge.svg?event=push)](https://github.com/libgit2/libgit2/actions?query=workflow%3A%22CI+Build%22+event%3Apush) |
6+
| **main** branch CI builds | [![CI Build](https://github.com/libgit2/libgit2/workflows/CI%20Build/badge.svg?event=push)](https://github.com/libgit2/libgit2/actions?query=workflow%3A%22CI+Build%22+event%3Apush) |
77
| **v1.1 branch** CI builds | [![CI Build](https://github.com/libgit2/libgit2/workflows/CI%20Build/badge.svg?branch=maint%2Fv1.1&event=push)](https://github.com/libgit2/libgit2/actions?query=workflow%3A%22CI+Build%22+event%3Apush+branch%3Amaint%2Fv1.1) |
88
| **v1.0 branch** CI builds | [![Azure Pipelines Build Status](https://dev.azure.com/libgit2/libgit2/_apis/build/status/libgit2?branchName=maint/v1.0)](https://dev.azure.com/libgit2/libgit2/_build/latest?definitionId=7&branchName=maint/v1.0) |
99
| **Nightly** builds | [![Nightly Build](https://github.com/libgit2/libgit2/workflows/Nightly%20Build/badge.svg)](https://github.com/libgit2/libgit2/actions?query=workflow%3A%22Nightly+Build%22) [![Coverity Scan Status](https://scan.coverity.com/projects/639/badge.svg)](https://scan.coverity.com/projects/639) |
@@ -242,7 +242,7 @@ run the index tests:
242242
$ ./libgit2_clar -sindex
243243

244244
To run a single test named `index::racy::diff`, which corresponds to the test
245-
function [`test_index_racy__diff`](https://github.com/libgit2/libgit2/blob/master/tests/index/racy.c#L23):
245+
function [`test_index_racy__diff`](https://github.com/libgit2/libgit2/blob/main/tests/index/racy.c#L23):
246246

247247
$ ./libgit2_clar -sindex::racy::diff
248248

@@ -252,7 +252,7 @@ applicable to your platform or is particularly expensive.
252252

253253
**Note:** There should be _no_ failing tests when you build an unmodified
254254
source tree from a [release](https://github.com/libgit2/libgit2/releases),
255-
or from the [master branch](https://github.com/libgit2/libgit2/tree/master).
255+
or from the [main branch](https://github.com/libgit2/libgit2/tree/main).
256256
Please contact us or [open an issue](https://github.com/libgit2/libgit2/issues)
257257
if you see test failures.
258258

0 commit comments

Comments
 (0)