-
Hey there,
is there any option or recommendation on how to use this library with LFS?
I know lfs itself implements this with clean/smudge filters - which could also work with libgit2.
Or is the…
-
Add [GObject Introspection](https://gi.readthedocs.io/) support for the C API.
That way CapyPDF would be available for more languages.
-
**Is your feature request related to a problem? Please describe.**
- Having a dependency on external commands is not great when you're in a constrained environment. E.g. iirc macOS ships a `git` th…
-
LGitId>>hexString proposed improvements:
1. Pass a ByteArray as the return buffer instead of String in #hexString.
Using a String works in Squeak FFI as the result is guaranteed to be ascii, but i…
-
### Reproduction steps
I haven't been able to reduce the steps to something concrete, but I'm hoping that you might have some insight for me where I could work towards narrowing down the case to so…
-
### Summary 💡
A built-in transport that allows to manually configure an SSH connection without the need for the `ssh` program.
Candidates for the `ssh` part are:
* [`russh`](https://github.c…
Byron updated
4 months ago
-
- [ ] git server
- [ ] git client
- [ ] git web
-
# Reproduction steps
Use Repository.RetrieveStatus from libgit2sharp from inside Unity3D editor script.
1) download this:
[libgit2-git_diff_tree_to_index-Crash.zip](https://github.com/libgit2/libg…
-
Hi, thanks for great software. i wonder could this repository be refreshed to the latest gitlib2? thanks.
esjmb updated
7 years ago
-
So pygit2 now comes with a pre-compiled libgit2. That's nice.
But on Windows platforms it seems that SSH support is not enabled in that pre-compiled libgit2 version. Even if one installs libssh2, the…