diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,8 +1,7 @@ libgit2 - the Git linkable library ================================== -[](http://travis-ci.org/libgit2/libgit2) -[](https://ci.appveyor.com/project/libgit2/libgit2/branch/master) +[](https://dev.azure.com/libgit2/libgit2/_build/latest?definitionId=7) [](https://scan.coverity.com/projects/639) `libgit2` is a portable, pure C implementation of the Git core methods @@ -45,7 +44,7 @@ What It Can Do libgit2 provides you with the ability to manage Git repositories in the programming language of your choice. It's used in production to power many -applications including GitHub.com, Plastic SCM and Visual Studio Team Services. +applications including GitHub.com, Plastic SCM and Azure DevOps. It does not aim to replace the git tool or its user-facing commands. Some APIs resemble the plumbing commands as those align closely with the concepts of the |