Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sysdir: provide actual home directory | Edward Thomson | 2023-02-09 | 1 | -1/+25 |
| | | | | | | | | | | Provide a mechanism to look up the user's home directory, using the same mechanism that we use for locating the global configuration path (a fancy name for saying "the home directory"). SSH known hosts lookups now use this, instead of simply looking at the HOME environment variable, to support Windows-style home directory lookups in `HOME`, `HOMEPATH`, or `USERPROFILE`. | ||||
* | sysdir: move windows sysdir functions out of shared util | Edward Thomson | 2023-02-09 | 1 | -6/+269 |
| | | | | | | The windows sysdir functions are libgit2-specific and for git compatibility only; remove them from the shared util directory and bring them into the libgit2 source tree. | ||||
* | refactor: `src` is now `src/libgit2` | Edward Thomson | 2022-02-22 | 1 | -0/+363 |