Skip to content
View MelisaMaria's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report MelisaMaria

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
.github/profile/README.md

libgit2

libgit2 is a portable, pure C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Language bindings like Rugged (Ruby), LibGit2Sharp (.NET), pygit2 (Python) and NodeGit (Node) allow you to build Git tooling in your favorite language.

libgit2 is used to power Git GUI clients like GitKraken and gmaster and on Git hosting providers like GitHub, GitLab and Azure DevOps. 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) with any kind of software without having to release its source code. Additionally, the example code has been released to the public domain (see the separate license for more information).

Popular repositories Loading

  1. vscode-codeql vscode-codeql Public

    Forked from github/vscode-codeql

    An extension for Visual Studio Code that adds rich language support for CodeQL

  2. cli cli Public

    Forked from cli/cli

    GitHub’s official command line tool

    Go

  3. www.libgit2.org www.libgit2.org Public template

    Forked from libgit2/www.libgit2.org

    libgit2 website

    CSS

  4. .github .github Public

    Forked from libgit2/.github

  5. libgit2 libgit2 Public

    Forked from libgit2/libgit2

    A cross-platform, linkable library implementation of Git that you can use in your application.

    C