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
5bcaba5d
Commit
5bcaba5d
authored
Nov 15, 2017
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: add up some marketing
parent
8cbfa183
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
README.md
+14
-2
No files found.
README.md
View file @
5bcaba5d
...
...
@@ -6,8 +6,20 @@ libgit2 - the Git linkable library
[
![Coverity Scan Build Status
](
https://scan.coverity.com/projects/639/badge.svg
)
](https://scan.coverity.com/projects/639)
`libgit2`
is a portable, pure C implementation of the Git core methods
provided as a re-entrant linkable library with a solid API, allowing you to
write native speed custom Git applications in any language with bindings.
provided as a linkable library with a solid API, allowing to build Git
functionality into your application. Language bindings like
[
Rugged
](
https://github.com/libgit2/rugged
)
(
Ruby
)
,
[
LibGit2Sharp
](
https://github.com/libgit2/libgit2sharp
)
(
.NET
)
,
[
pygit2
](
http://www.pygit2.org/
)
(
Python
)
and
[
NodeGit
](
http://nodegit.org
)
(
Node
)
allow you to build Git tooling
in your favorite language.
`libgit2`
is used to power Git GUI clients like
[
GitKraken
](
https://gitkraken.com/
)
and
[
gmaster
](
https://gmaster.io/
)
and on Git hosting providers like
[
GitHub
](
https://github.com/
)
,
[
GitLab
](
https://gitlab.com/
)
and
[
Visual Studio Team Services
](
https://visualstudio.com/team-services/
)
.
We perform the merge every time you click "merge pull request".
`libgit2`
is licensed under a
**very permissive license**
(GPLv2 with a special
Linking Exception). This basically means that you can link it (unmodified)
...
...
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