-
As described in https://github.com/git-tfs/git-tfs/issues/224#issuecomment-8763637 cloning large repositories leads to memory fragmentation which can cause git__malloc to fail. malloc only tries to al…
-
Hate to open up an issue, but I haven't found a solution or anything related to the issue.
See the attached image; the entire powerline bar is "corrupted" and overflows the line; I'm using the defaul…
-
The memory management for `git_index_entry`s is awkward for bindings.
Currently, functions which return a `git_index_entry` (e.g., `git_index_get_byindex`) say that the entry should not be freed by t…
-
Unable to work with a git repo that has a symlink to its config file, querying the git changes gives error saying "an error was raised by libgit2. Category= Config (NotFound). Cannot find config file …
-
_[Copied from my accidental submission to the libgit2 repo](https://github.com/libgit2/libgit2/issues/953)_
I know that @arrbee added support for `git_submodule_add_to_index` to LibGit2. Ideally, thi…
-
Issue to track API consistency as discussed in #265.
Below is @nulltoken's original writeup / chart
> Below a proposal for an exhaustive ruleset regarding this. Please review it carefully as I may h…
-
For example the function `git_commit_id` used to be declared GIT_EXTERN, but is now declared GIT_INLINE.
The unfortunate side effect is that `git_commit_id` is now no longer an external symbol
in the…
-
I tried to use the clone functionality with a bitbucket account, but it does not work as Bitbucket is using https or ssh. Is it possible to compile libgit2 to be used with https?
-
Would like to use libgit2 in vala.
resmo updated
11 years ago
-
> This is a proposal for a (possible) pull-request.
> Doesn't have to be _exactly_ this way, see last section.
## The problem
There are many situations when need to deal with the raw _enchilada_.
Esp…