summaryrefslogtreecommitdiff
path: root/src/parse.c
Commit message (Expand)AuthorAgeFilesLines
* refdb_fs: convert reflog parsing to use parserPatrick Steinhardt2019-10-181-0/+10
* parse: Do not initialize the content in context to NULLJulian Ganz2018-08-041-4/+7
* parse: always initialize line pointerPatrick Steinhardt2017-11-111-0/+3
* parse: implement `git_parse_peek`Patrick Steinhardt2017-11-111-0/+22
* parse: implement and use `git_parse_advance_digit`Patrick Steinhardt2017-11-111-0/+15
* parse: extract parse modulePatrick Steinhardt2017-11-111-0/+81