- 02 Oct, 2022 5 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 30 Aug, 2022 1 commit
-
-
Laurent Montel authored
-
- 28 Aug, 2022 1 commit
-
-
Nicolas Fella authored
Instead of a broken handrolled one
-
- 27 Aug, 2022 2 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
- 03 May, 2022 1 commit
-
-
Albert Astals Cid authored
-
- 15 Apr, 2022 4 commits
-
-
Hannah Kiekens authored
-
Hannah Kiekens authored
-
Hannah Kiekens authored
-
Hannah Kiekens authored
-
- 26 Sep, 2018 15 commits
-
-
Matti Virolainen authored
-
Matti Virolainen authored
-
Matti Virolainen authored
-
Matti Virolainen authored
-
Matti Virolainen authored
An optional repository parameter was added to this function in v0.27.
-
Matti Virolainen authored
Checkout options were removed from git_rebase_next() in v0.23. Instead these should be specified as part of rebase options when calling either git_rebase_init() or git_rebase_open().
-
Matti Virolainen authored
-
Matti Virolainen authored
-
Matti Virolainen authored
-
Matti Virolainen authored
-
Matti Virolainen authored
Instead, callbacks should be set separately when performing remote operations.
-
Matti Virolainen authored
This was removed in libgit2 v0.23. Instead, a flag is provided for recreating missing files.
-
Matti Virolainen authored
From libgit2 v0.23 changelog: "Checkout can now handle an initial checkout of a repository, making GIT_CHECKOUT_SAFE_CREATE unnecessary for users of clone."
-
Matti Virolainen authored
The signature and/or message parameters were removed from many libgit2 functions. If the log message needs to be overridden, it can be done using the Reference API.
-
Matti Virolainen authored
The signature parameter in the ref-modifying functions was removed in libgit2 v0.23. The functions git_repository_set_ident and git_repository_ident were added so that the used signature can be overridden.
-
- 04 Sep, 2018 4 commits
-
-
Aki Koskinen authored
This simplifies the class's implementation and makes it easier to handle the dynamically reserved memory. The class is still move constructible/assignable, but not copy constructible/assignable.
-
Aki Koskinen authored
Closes #5
-
Aki Koskinen authored
The repository in the previous URL doesn't exist anymore.
-
Aki Koskinen authored
The test repository doesn't exist in GitHub anymore and setting up such a test repository to GitHub (or any other public Git hosting service probably) isn't going to work because the SSH keys were revealed in this repository. Some other way needs to be invented. Closes #3.
-
- 23 Aug, 2018 1 commit
-
-
Aki Koskinen authored
-
- 29 Mar, 2018 6 commits
-
-
Matti Virolainen authored
TestBase initializes the library correctly.
-
Matti Virolainen authored
Using imported targets (Qt5::Core etc.) with target_link_libaries convinces CMake to set include dirs and compiler flags correctly without any further input from us. Also qt5_use_modules macro is obsolete and unnecessary.
-
Matti Virolainen authored
The test compilation was broken in commit 3d151209 as CMAKE_AUTOMOC was no longer set globally.
-
Matti Virolainen authored
The current developers do not have Qt4, so testing that everything works on Qt4 is bit of a challenge. Since this library doesn't have that many existing users, it shouldn't cause too much trouble if we just let go of obsolete Qt versions.
-
Matti Virolainen authored
These are automatically set by CMake.
-
Matti Virolainen authored
The Qt5Core_EXECUTABLE_COMPILER_FLAGS are not necessary for CMake with version > 2.8.12.
-