libgit2 icon indicating copy to clipboard operation
libgit2 copied to clipboard

A cross-platform, linkable library implementation of Git that you can use in your application.

Results 242 libgit2 issues
Sort by recently updated
recently updated
newest added

work-in-progress for issue #3751 (Function to parse author and committer information from environment) ``` cd build cmake --build . && ./libgit2_clar -v -srepo::init ```

- group_by_commit flag - make the group-by-commit behaviour that the MemPack backend already exhibits able to be turned on or off (when off, MemPack just dumps everything you write to...

### Reproduction steps I'm using libgit2 in gitg. I have a report of a fail to clone: https://gitlab.gnome.org/GNOME/gitg/-/issues/356 ### Expected behavior clone url ### Actual behavior malformed URL 'ssh://[email protected]@source.developers.google.com:2022/p/my-project/r/my-repository' ###...

I tried to follow the example code for cloning over SSH ``` bash hannah@hannah-81y4:~/src/libgit2/build/examples$ ./lg2 clone "ssh://[email protected]/libgit2/libgit2.git" "/home/hannah/test/" SSH Key: /home/hannah/.ssh/id_rsa Password: SSH Key: /home/hannah/.ssh/id_rsa Password: SSH Key: /home/hannah/.ssh/id_rsa Password:...

### Sparse Checkout This is a proposal for a very basic but functional sparse checkout implementation in libgit2. As this is a major feature of git I can imagine that...

This Draft PR contains Swift package manager distribution. ( kind of ) This repository has external dependencies ( libssh, libssl ) which should be properly handled by Cmake SPM generator...

libgit2 behaviour is not identical in terms of fetching refs as part of the clone operation, when compared to the latest command line version of git. ### Reproduction steps Add...

up for grabs
git compatibility

There are lots of different reasons a git object might not be found, and so far all are reported as GIT_ENOTFOUND. This change gives one of these possible reasons a...

### Reproduction steps - set `GIT_CONFIG_GLOBAL` to `C:\work\.gitconfig` ### Expected behavior - git_config_find_global should respect the environment variables ### Actual behavior ### Version of libgit2 (release number or SHA1) ###...

You are opening a _bug report_ against the libgit2 project: we use GitHub Issues for tracking bug reports and feature requests. If you have a question about an API or...