Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
752dbecf
Commit
752dbecf
authored
Mar 04, 2021
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: it's actually our main branch
[skip ci]
parent
d7e65096
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
+3
-3
No files found.
README.md
View file @
752dbecf
...
...
@@ -3,7 +3,7 @@ libgit2 - the Git linkable library
| Build Status | |
| ------------ | - |
|
**ma
ster
**
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) |
|
**ma
in
**
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) |
|
**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) |
|
**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) |
|
**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:
$ ./libgit2_clar -sindex
To run a single test named
`index::racy::diff`
, which corresponds to the test
function
[
`test_index_racy__diff`
](
https://github.com/libgit2/libgit2/blob/ma
ster
/tests/index/racy.c#L23
)
:
function
[
`test_index_racy__diff`
](
https://github.com/libgit2/libgit2/blob/ma
in
/tests/index/racy.c#L23
)
:
$ ./libgit2_clar -sindex::racy::diff
...
...
@@ -252,7 +252,7 @@ applicable to your platform or is particularly expensive.
**Note:**
There should be _no_ failing tests when you build an unmodified
source tree from a
[
release
](
https://github.com/libgit2/libgit2/releases
)
,
or from the
[
ma
ster branch
](
https://github.com/libgit2/libgit2/tree/master
)
.
or from the
[
ma
in branch
](
https://github.com/libgit2/libgit2/tree/main
)
.
Please contact us or
[
open an issue
](
https://github.com/libgit2/libgit2/issues
)
if you see test failures.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment