taskolib / libgit4cpp

C++ wrapper for libgit2 with limited functionality
https://taskolib.github.io/libgit4cpp/
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Bugfix repo init #17

Closed Finii closed 6 months ago

Finii commented 6 months ago

We had the wrong default when we changed the repo creation function. Before: git_repository_init() Now: git_repository_init_ext()

This turned only up in downstream tests. Maybe add tests for this later (i.e. after rerelease), now in a conference.

Note the comment in this gitlib2 code 😬

Screenshot 2023-12-13 at 19 24 11