Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: allow users to configure home directory | Edward Thomson | 2023-02-09 | 1 | -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 optional | Edward Thomson | 2022-04-11 | 1 | -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 Thomson | 2022-02-22 | 1 | -0/+417 |