summaryrefslogtreecommitdiff
path: root/src/libgit2/libgit2.c
Commit message (Collapse)AuthorAgeFilesLines
* core: allow users to configure home directoryEdward Thomson2023-02-091-0/+19
| | | | | | | | | | Some callers -- like our test suite and the test suites of our language bindings -- want to isolate the home directory to avoid accidentally including the executing user's actual home directory data. Previously, we combined the notion of a home directory and global configuration -- now that this is separated, we provide users the ability to configure both.
* repo: make ownership checks optionalEdward Thomson2022-04-111-0/+8
| | | | | Introduce the `GIT_OPT_SET_OWNER_VALIDATION` option, so that users can disable repository ownership validation.
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+417