summaryrefslogtreecommitdiff
path: root/src/parse.h
Commit message (Expand)AuthorAgeFilesLines
* refdb_fs: convert reflog parsing to use parserPatrick Steinhardt2019-10-181-0/+1
* parse: remove use of variadic macros which are not C89 compliantPatrick Steinhardt2019-08-011-3/+0
* config_parse: provide parser init and dispose functionsPatrick Steinhardt2019-07-111-0/+2
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-1/+1
* consistent header guardsethomson/header_guardsEdward Thomson2018-02-011-0/+5
* parse: implement `git_parse_peek`Patrick Steinhardt2017-11-111-0/+6
* parse: implement and use `git_parse_advance_digit`Patrick Steinhardt2017-11-111-0/+1
* parse: extract parse modulePatrick Steinhardt2017-11-111-0/+49