libgit2.github.io
libgit2.github.io copied to clipboard
libgit2 website
libgit2.org lists [nodegit](https://github.com/nodegit/nodegit) as a Node.js binding of libgit2. However, the last stable release of nodegit is from 2020, there are no prebuilt binaries for any supported Node.js version anymore...
This request updates the PHP bindings link under _Language Bindings_ on the homepage. My PHP bindings project is more up-to-date and supports modern versions of PHP.
Hello, I am starting to learn the libgit2 API and in the first example I wanted to try I stumbled upon `git_indexer_progress`: https://libgit2.org/docs/guides/101-samples/#repositories_clone_progress. Unfortunately, this does not appear anywhere in...
Update to the recent GitLab rebrand.
Hi, it looks like the link to libqgit2 is broken quickgit.kde.org results in an `DNS_PROBE_FINISHED_NXDOMAIN` error on chrome.
Hi, I'm sorry if this seems like a common question, but I can't find any current answer to this. I am using libgit2 and would like to use Git LFS....
[The remotes callbacks sample](https://libgit2.org/docs/guides/101-samples/#remotes_callbacks) uses `git_transfer_progress` and `git_fetch_options::progress` which have been removed.
:wave: I stumbled over https://libgit2.org/security/ today, and noticed that it hasn't been updated since the end of 2018. However newer fixes such as https://github.com/libgit2/libgit2/pull/5331 don't seem to be listed on...
Hi, I've recently posted a tutorial on my blog about [how to traverse a git repository using libgit2 and C++](http://blog.davidecoppola.com/2016/10/how-to-traverse-git-repository-using-libgit2-and-cpp/) and I was wondering if would be a good idea...
http://hackage.haskell.org/package/hlibgit2