Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-30 | GitRepo: Guard fake repository odb wrapping | Paul Cristian Sarbu | |
In the current libgit2 implementation, a fake repository wrapped around an existing odb is being registered as owner the same way as a normal repository object. Therefore, one has to guard both the creation and destruction of the fake repository against all other git operations that might access the internal cache during this transfer of ownership. | |||
2023-03-03 | GitRepoRemote: Add getter for config snapshot | Paul Cristian Sarbu | |
2023-02-17 | structure cleanup: move remote operations of GitRepo to other_tools... | Paul Cristian Sarbu | |
...in order to not include unwanted dependencies in just proper. The new class extends the GitRepo class used for just's Git tree operations and gets used in all of just-mr's async maps. | |||
2022-12-21 | Git: Wrap libgit2 raw pointers | Paul Cristian Sarbu | |