Skip to content

Commit 5bcaba5

Browse files
committed
README: add up some marketing
1 parent 8cbfa18 commit 5bcaba5

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@ libgit2 - the Git linkable library
66
[![Coverity Scan Build Status](https://scan.coverity.com/projects/639/badge.svg)](https://scan.coverity.com/projects/639)
77

88
`libgit2` is a portable, pure C implementation of the Git core methods
9-
provided as a re-entrant linkable library with a solid API, allowing you to
10-
write native speed custom Git applications in any language with bindings.
9+
provided as a linkable library with a solid API, allowing to build Git
10+
functionality into your application. Language bindings like
11+
[Rugged](https://github.com/libgit2/rugged) (Ruby),
12+
[LibGit2Sharp](https://github.com/libgit2/libgit2sharp) (.NET),
13+
[pygit2](http://www.pygit2.org/) (Python) and
14+
[NodeGit](http://nodegit.org) (Node) allow you to build Git tooling
15+
in your favorite language.
16+
17+
`libgit2` is used to power Git GUI clients like
18+
[GitKraken](https://gitkraken.com/) and [gmaster](https://gmaster.io/)
19+
and on Git hosting providers like [GitHub](https://github.com/),
20+
[GitLab](https://gitlab.com/) and
21+
[Visual Studio Team Services](https://visualstudio.com/team-services/).
22+
We perform the merge every time you click "merge pull request".
1123

1224
`libgit2` is licensed under a **very permissive license** (GPLv2 with a special
1325
Linking Exception). This basically means that you can link it (unmodified)

0 commit comments

Comments
 (0)