Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
libgit2
libgit2 supports application authors who want to use git by creating git-compatible libraries for easy use from a variety of programming languages.
Collective -
Host: opensource -
https://opencollective.com/libgit2
- Code: https://github.com/libgit2/libgit2
Segmentation fault on my simple example
github.com/libgit2/libgit2 - javijurado opened this issue 5 months ago
github.com/libgit2/libgit2 - javijurado opened this issue 5 months ago
On Windows, git_repository_hashfile doesn't recognize an absolute path containing backslashes as part of the workdir
github.com/libgit2/libgit2 - jorio opened this issue 5 months ago
github.com/libgit2/libgit2 - jorio opened this issue 5 months ago
Support for bundle create, fetch, clone
github.com/libgit2/libgit2 - benjaminy opened this issue 5 months ago
github.com/libgit2/libgit2 - benjaminy opened this issue 5 months ago
git_repository_init_ext fails on Windows if you supply a working directory which is the same as the repo folder. Worked on earlier version
github.com/libgit2/libgit2 - giles45 opened this issue 5 months ago
github.com/libgit2/libgit2 - giles45 opened this issue 5 months ago
git_diff_buffers, git_diff_blobs, git_diff_blob_to_buffer doesn't return result via git_diff
github.com/libgit2/libgit2 - SuperBo opened this issue 5 months ago
github.com/libgit2/libgit2 - SuperBo opened this issue 5 months ago
RPATH default for cmake to allow side-loaded shared libraries on macOS
github.com/libgit2/libgit2 - frindler opened this issue 6 months ago
github.com/libgit2/libgit2 - frindler opened this issue 6 months ago
Fix constness issue introduced in #6716
github.com/libgit2/libgit2 - georgthegreat opened this pull request 6 months ago
github.com/libgit2/libgit2 - georgthegreat opened this pull request 6 months ago
README: add experimental builds to ci table
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
tree: avoid mixed signedness comparison
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
Update git_array allocator to obey strict aliasing rules
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
cli: include alloca on illumos / solaris / sunos
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
rand: avoid uninitialized loadavg warnings
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
Introduce a stricter debugging allocator for testing
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
xdiff: use proper free function
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
Revparse: Correctly accept ref with '@' at the end
github.com/libgit2/libgit2 - csware opened this pull request 6 months ago
github.com/libgit2/libgit2 - csware opened this pull request 6 months ago
examples: fix memory leak in for-each-ref.c
github.com/libgit2/libgit2 - qaqland opened this pull request 6 months ago
github.com/libgit2/libgit2 - qaqland opened this pull request 6 months ago
remote: drop bitfields in git_remote_fetch_options
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
config: remove `free` ptr from `git_config_entry`
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
transport: support sha256 oids
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
transport: provide a useful error message during cancellation
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 6 months ago
Regression, calls to !git_error_last() not updated after commit 3618a2a
github.com/libgit2/libgit2 - jdavid opened this issue 6 months ago
github.com/libgit2/libgit2 - jdavid opened this issue 6 months ago
Use of bitfields in the public ABI
github.com/libgit2/libgit2 - kornelski opened this issue 7 months ago
github.com/libgit2/libgit2 - kornelski opened this issue 7 months ago
add deprecated attribute to avoid warning and makes it easier to upgr…
github.com/libgit2/libgit2 - schriftgestalt opened this pull request 7 months ago
github.com/libgit2/libgit2 - schriftgestalt opened this pull request 7 months ago
Bounds check for pack index read
github.com/libgit2/libgit2 - ConradIrwin opened this pull request 7 months ago
github.com/libgit2/libgit2 - ConradIrwin opened this pull request 7 months ago
Bus error 10: in pack_entry_find_offset
github.com/libgit2/libgit2 - ConradIrwin opened this issue 7 months ago
github.com/libgit2/libgit2 - ConradIrwin opened this issue 7 months ago
cmake: remove workaround that isn't compatible with Windows on ARM
github.com/libgit2/libgit2 - hackhaslam opened this pull request 7 months ago
github.com/libgit2/libgit2 - hackhaslam opened this pull request 7 months ago
1.8.0 requires code changes around functions taking git_commit
github.com/libgit2/libgit2 - carrotIndustries opened this issue 7 months ago
github.com/libgit2/libgit2 - carrotIndustries opened this issue 7 months ago
process.c: fix environ for macOS
github.com/libgit2/libgit2 - barracuda156 opened this pull request 7 months ago
github.com/libgit2/libgit2 - barracuda156 opened this pull request 7 months ago
Add Swift Package Manager support
github.com/libgit2/libgit2 - ibrahimcetin opened this pull request 7 months ago
github.com/libgit2/libgit2 - ibrahimcetin opened this pull request 7 months ago
Allow more control over the user-agent
github.com/libgit2/libgit2 - ethomson opened this pull request 7 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 7 months ago
pip3 install pygit2 fails on ppc64le and s390x platform
github.com/libgit2/libgit2 - rfan1 opened this issue 7 months ago
github.com/libgit2/libgit2 - rfan1 opened this issue 7 months ago
ci: give all nightly builds a unique id
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
commit: Fix git_commit_create_from_stage without author and committer
github.com/libgit2/libgit2 - florianpircher opened this pull request 8 months ago
github.com/libgit2/libgit2 - florianpircher opened this pull request 8 months ago
Unable to completely override User-Agent
github.com/libgit2/libgit2 - wfjsw opened this issue 8 months ago
github.com/libgit2/libgit2 - wfjsw opened this issue 8 months ago
Error when applying patch that removes submodule
github.com/libgit2/libgit2 - marcosdiazr opened this issue 8 months ago
github.com/libgit2/libgit2 - marcosdiazr opened this issue 8 months ago
Failure to parse diff when it adds an empty file
github.com/libgit2/libgit2 - marcosdiazr opened this issue 8 months ago
github.com/libgit2/libgit2 - marcosdiazr opened this issue 8 months ago
1.8.0: Calling git_commit_create_from_stage without author and committer does not use the default committer
github.com/libgit2/libgit2 - florianpircher opened this issue 8 months ago
github.com/libgit2/libgit2 - florianpircher opened this issue 8 months ago
git_error_set_str removed from public API in 1.8.0?
github.com/libgit2/libgit2 - wshanks opened this issue 8 months ago
github.com/libgit2/libgit2 - wshanks opened this issue 8 months ago
ci: update nightly workflows
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
ci: split SHA256 builds out into their own workflow
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
Mandate C90 conformance
github.com/libgit2/libgit2 - GravisZro opened this pull request 8 months ago
github.com/libgit2/libgit2 - GravisZro opened this pull request 8 months ago
cast characters to unsigned when classifying characters
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
valgrind: suppress OpenSSL warnings
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
Avoid some API breaking changes in v1.8
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
config: correct fetching the HIGHEST_LEVEL config
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 8 months ago
libgit2 1.7.x into conan 2
github.com/libgit2/libgit2 - callmerockett opened this issue 8 months ago
github.com/libgit2/libgit2 - callmerockett opened this issue 8 months ago
revparse: ensure bare '@' is truly bare
github.com/libgit2/libgit2 - ethomson opened this pull request 9 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 9 months ago
1.7.2: LTO exposes a lot of `-Wmaybe-uninitialized` issues
github.com/libgit2/libgit2 - kloczek opened this issue 9 months ago
github.com/libgit2/libgit2 - kloczek opened this issue 9 months ago
write config properties at specific level
github.com/libgit2/libgit2 - albfan opened this issue 9 months ago
github.com/libgit2/libgit2 - albfan opened this issue 9 months ago
Wrong link title in 1.7.2 release notes
github.com/libgit2/libgit2 - jpalus opened this issue 9 months ago
github.com/libgit2/libgit2 - jpalus opened this issue 9 months ago
Tests fail when built against zlib-ng-compat
github.com/libgit2/libgit2 - sgallagher opened this issue 9 months ago
github.com/libgit2/libgit2 - sgallagher opened this issue 9 months ago
Troubleshooting Steps
github.com/libgit2/libgit2 - ChudeObiamaka opened this pull request 10 months ago
github.com/libgit2/libgit2 - ChudeObiamaka opened this pull request 10 months ago
commit: introduce git_commit_create_from_stage
github.com/libgit2/libgit2 - ethomson opened this pull request 10 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 10 months ago
Enable llhttp for HTTP parsing
github.com/libgit2/libgit2 - sgallagher opened this pull request 10 months ago
github.com/libgit2/libgit2 - sgallagher opened this pull request 10 months ago
Use environment variables when creating signatures
github.com/libgit2/libgit2 - u-quark opened this pull request 11 months ago
github.com/libgit2/libgit2 - u-quark opened this pull request 11 months ago
ctype: cast characters to unsigned when classifying characters
github.com/libgit2/libgit2 - boretrk opened this pull request 11 months ago
github.com/libgit2/libgit2 - boretrk opened this pull request 11 months ago
`ctest -V` has two failing tests out of twelve on Cygwin
github.com/libgit2/libgit2 - dvklopfenstein opened this issue 11 months ago
github.com/libgit2/libgit2 - dvklopfenstein opened this issue 11 months ago
ci: overwrite nonsense in /usr/local during macOS setup
github.com/libgit2/libgit2 - ethomson opened this pull request 11 months ago
github.com/libgit2/libgit2 - ethomson opened this pull request 11 months ago
`git_branch_upstream` could not get the upstream branch in `config.worktree`
github.com/libgit2/libgit2 - Whirlwind opened this issue about 1 year ago
github.com/libgit2/libgit2 - Whirlwind opened this issue about 1 year ago
1.7.1: self test failures on NetBSD
github.com/libgit2/libgit2 - 0-wiz-0 opened this issue about 1 year ago
github.com/libgit2/libgit2 - 0-wiz-0 opened this issue about 1 year ago
git_apply() adds the deleted files to the index even if 1 is returned from git_apply_delta_cb
github.com/libgit2/libgit2 - GloriousPtr opened this issue about 1 year ago
github.com/libgit2/libgit2 - GloriousPtr opened this issue about 1 year ago
git2 crashes when invoked without any arguments
github.com/libgit2/libgit2 - roboknight opened this issue about 1 year ago
github.com/libgit2/libgit2 - roboknight opened this issue about 1 year ago
ci: update to macOS 12
github.com/libgit2/libgit2 - ethomson opened this pull request about 1 year ago
github.com/libgit2/libgit2 - ethomson opened this pull request about 1 year ago
ci: retry flaky online tests
github.com/libgit2/libgit2 - ethomson opened this pull request about 1 year ago
github.com/libgit2/libgit2 - ethomson opened this pull request about 1 year ago
cmake: fix openssl build on win32
github.com/libgit2/libgit2 - lazka opened this pull request about 1 year ago
github.com/libgit2/libgit2 - lazka opened this pull request about 1 year ago
errors: refactoring - never return `NULL` in `git_error_last()`
github.com/libgit2/libgit2 - ethomson opened this pull request about 1 year ago
github.com/libgit2/libgit2 - ethomson opened this pull request about 1 year ago
failed to parse supported auth schemes: The operation identifier is not valid.
github.com/libgit2/libgit2 - GeorgeTTD opened this issue about 1 year ago
github.com/libgit2/libgit2 - GeorgeTTD opened this issue about 1 year ago
README.md: Fix link to conan packages
github.com/libgit2/libgit2 - lrm29 opened this pull request about 1 year ago
github.com/libgit2/libgit2 - lrm29 opened this pull request about 1 year ago
Removed Content-Type checks
github.com/libgit2/libgit2 - stappersg opened this pull request about 1 year ago
github.com/libgit2/libgit2 - stappersg opened this pull request about 1 year ago
Revert "CMake: Search for ssh2 instead of libssh2."
github.com/libgit2/libgit2 - ethomson opened this pull request about 1 year ago
github.com/libgit2/libgit2 - ethomson opened this pull request about 1 year ago
git_error_last() should never return NULL
github.com/libgit2/libgit2 - ethomson opened this issue about 1 year ago
github.com/libgit2/libgit2 - ethomson opened this issue about 1 year ago
cli: add a `git config` command
github.com/libgit2/libgit2 - ethomson opened this pull request over 1 year ago
github.com/libgit2/libgit2 - ethomson opened this pull request over 1 year ago
config: provide an "origin" for config entries
github.com/libgit2/libgit2 - ethomson opened this pull request over 1 year ago
github.com/libgit2/libgit2 - ethomson opened this pull request over 1 year ago
PROXY_AUTO should probably be the default
github.com/libgit2/libgit2 - ethomson opened this issue over 1 year ago
github.com/libgit2/libgit2 - ethomson opened this issue over 1 year ago
"failed to set hostkey preference" error on Debian 11
github.com/libgit2/libgit2 - coldsource opened this issue over 1 year ago
github.com/libgit2/libgit2 - coldsource opened this issue over 1 year ago
"Shallow Since" Clones Support
github.com/libgit2/libgit2 - RonAmihai opened this issue over 1 year ago
github.com/libgit2/libgit2 - RonAmihai opened this issue over 1 year ago
stransport: macOS: replace errSSLNetworkTimeout, with hard-coded value
github.com/libgit2/libgit2 - mascguy opened this pull request over 1 year ago
github.com/libgit2/libgit2 - mascguy opened this pull request over 1 year ago
`Content-Type: `, git doesn't enforce this, neither should we.
github.com/libgit2/libgit2 - stappersg opened this issue over 1 year ago
github.com/libgit2/libgit2 - stappersg opened this issue over 1 year ago
fix: Add missing include for oidarray.
github.com/libgit2/libgit2 - dvzrv opened this pull request over 1 year ago
github.com/libgit2/libgit2 - dvzrv opened this pull request over 1 year ago
1.7.0: missing import for git_oidarray
github.com/libgit2/libgit2 - dvzrv opened this issue over 1 year ago
github.com/libgit2/libgit2 - dvzrv opened this issue over 1 year ago
> > Folks, I'm the maintainer of this lib for the MacPorts project. And one quick observation: The use of macOS constant `errSSLNetworkTimeout` in file `src/libgit2/streams/stransport.c`, now causes build failures for macOS 10.8 thru 10.12. (As that constant is only available in 10.13+.)
github.com/libgit2/libgit2 - ethomson opened this issue over 1 year ago
github.com/libgit2/libgit2 - ethomson opened this issue over 1 year ago
git_repository_init_ext and git_clone fail with path too long
github.com/libgit2/libgit2 - pde-cds opened this issue over 1 year ago
github.com/libgit2/libgit2 - pde-cds opened this issue over 1 year ago
Fix finding and linking libssh2
github.com/libgit2/libgit2 - jeroen opened this pull request over 1 year ago
github.com/libgit2/libgit2 - jeroen opened this pull request over 1 year ago
1.7.0: test suite is failing in two units
github.com/libgit2/libgit2 - kloczek opened this issue over 1 year ago
github.com/libgit2/libgit2 - kloczek opened this issue over 1 year ago
repository: make cleanup safe for re-use with grafts
github.com/libgit2/libgit2 - carlosmn opened this pull request over 1 year ago
github.com/libgit2/libgit2 - carlosmn opened this pull request over 1 year ago