summaryrefslogtreecommitdiff
path: root/examples/config.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: Free the git_config and git_config_entry after usePaymon MARANDI2021-09-241-0/+9
|
* examples: implement config examplePatrick Steinhardt2019-07-111-0/+62
Implement a new example that resembles git-config(1). Right now, this example can both read and set configuration keys, only.