-
`gitpython`'s performance is not great, as it uses subprocess to spawn a git process for every command.
Using `pygit2` can greatly improve performance, even though it's a bit harder to use.
-
There are Common Lisp bindings for libgit2, in the cl-git project, which you may want to add to your list of languages with libgit2 bindings:
https://github.com/russell/cl-git
This project with …
-
I've successfully installed PyDIP using pip3, but I'm having trouble importing in python3. I saw the previous discussions of this issue but First I encountered this:
`import PyDIP as dip
Traceback …
-
Hello!
You planning support worktree feature in lib?
-
The `tldr` c client is now in the homebrew core available, and can simply be installed via
```
brew install tldr
```
without any taps required.
What's your opinion on promoting it more?
-
If seen that you also want to implement the network protocol. What i would like to know is, if it would be possible to then run this crate on a server as a [git server](https://www.git-scm.com/book/en…
-
Apologies in advance this is difficult to reproduce.
One of the unit tests of the R bindings is showing a heap buffer overflow in error in ASAN (address sanitizers) with both gcc and clang:
- …
-
### Description of Issue
I have found on few servers where the salt-minion task process(not minion service process) got stuck with `eventpoll` and while debugging found that the respective process is…
-
The issues #15 and #16 mean an increasing complexety to our shell-script.
I see problems maintaining this project in the future if we stick to this kind of scripting.
My idea is to switch to another …
-
As I see the blobs can be created using files in filesystem and also binary data in memory. The libgit2 provides API to create blobs using streaming (https://libgit2.github.com/libgit2/#HEAD/group/blo…
katyo updated
5 years ago