Warning, /libraries/libqgit2/CHANGELOG.md is written in an unsupported language. File is not indexed.
0001 # 0.22 0002 0003 ## v0.22.0 0004 0005 * libgit2 types revealed through the libqgit2 API renamed as needed. 0006 * Removed the Push object and Repository::push() method. They got 0007 replaced by the Remote::push() method. 0008 * A slight behavioral change in Repository::fetch() method when no 0009 refspecs are given: previously all branches were fetched. Now the 0010 fetch refspecs configured for the remote are used. 0011 0012 ## v0.22.1 0013 0014 * Added CMake code to find libgit2 as required by KDE CI system. 0015 0016 ## v0.22.2 0017 0018 * Handle paths with non-ASCII characters correctly on Windows. 0019 0020 # 0.next 0021 0022 ## v0.next.0 0023 0024 * Added basic rebase support. 0025 * Repository::fetch() reports progress via fetchProgress signal. 0026 * Added Repository::shouldIgnore() method.