-
On a Linux kernel repository, git_checkout_head took 21.26 seconds, while running git checkout HEAD from the command line took 0.24s.
-
I've got a project with about 30 open issues and 20 closed ones, and yet it takes over 2 seconds to run a simple `ti list`. I'm not sure exactly what the bottleneck is here, could it be network relate…
-
Hi,
since a few days I'm experimenting with the new submodule functionality in libgit2 0.17 to bring it into libqgit2. I'm missing something like git_submodule_owner(), to access to the owner reposi…
-
git_oid_cmp compares oids and provides a return value analogous to strcmp. Like strcmp, it proves error-prone when just attempting to compare for equality. For simplicity, please consider providing …
-
When I open a submodule (either through File->Open or double clicking on the entry under SUBMODULES in the sidebar) GitX crashes. Worked in 0.14.57
-
I am trying to get the pygit2 unit tests to pass on Windows. I have hit an issue which may be related to libgit2's handling of paths, specifically in the `git_path_basename_r` function.
For once I wi…
-
Revision 4ce16ed82f658e242ffa91ce0abf98dfe45a04ad (suppose also the current development branch) does not correctly detect non bare working copies.
Example:
- checkout TortoiseGit to d:\TortoiseGit (n…
-
Reading the COPYING file I noticed that libgit2 is GPL2-only (no versions after 2) licensed. It includes Apache 2.0 licensed code according to the COPYING file. The GPL2-only is NOT compatible with th…
-
This issue has been detected by @psantosl (cf. libgit2/libgit2sharp#115).
Steps to reproduce the issue:
```
$ cd /d/Temp
$ git clone http://github.com/torvalds/linux
```
Add the following test to t…
-
Properly accept and return values as text strings, or byte strings, or both. Whatever is appropriate in each case.