summaryrefslogtreecommitdiff
path: root/src/libgit2/config_file.c
Commit message (Collapse)AuthorAgeFilesLines
* config: use home directory for `~` includesEdward Thomson2023-02-091-2/+2
| | | | | | | | Users can specify a config file to be included in the home directory using `~/filename` syntax. Instead of looking in the global configuration location (which may be overridden), use the user's _actual_ home directory. This allows callers to change the global configuration location separately from the home directory.
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+1194