summaryrefslogtreecommitdiff
path: root/src/config_mem.c
Commit message (Expand)AuthorAgeFilesLines
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-220/+0
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-9/+9
* config_mem: implement support for snapshotsPatrick Steinhardt2019-11-061-9/+1
* config_parse: provide parser init and dispose functionsPatrick Steinhardt2019-07-111-7/+11
* config_parse: remove use of `git_config_file`Patrick Steinhardt2019-07-111-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-4/+4
* Apply code review feedbackNelson Elhage2018-10-111-1/+1
* config: Refactor `git_config_backend_from_string` to take a lengthNelson Elhage2018-10-091-2/+2
* config: introduce new read-only in-memory backendPatrick Steinhardt2018-09-281-0/+224