Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refdb_fs: convert reflog parsing to use parser | Patrick Steinhardt | 2019-10-18 | 1 | -0/+1 |
* | parse: remove use of variadic macros which are not C89 compliant | Patrick Steinhardt | 2019-08-01 | 1 | -3/+0 |
* | config_parse: provide parser init and dispose functions | Patrick Steinhardt | 2019-07-11 | 1 | -0/+2 |
* | git_error: use new names in internal APIs and usage | Edward Thomson | 2019-01-22 | 1 | -1/+1 |
* | consistent header guardsethomson/header_guards | Edward Thomson | 2018-02-01 | 1 | -0/+5 |
* | parse: implement `git_parse_peek` | Patrick Steinhardt | 2017-11-11 | 1 | -0/+6 |
* | parse: implement and use `git_parse_advance_digit` | Patrick Steinhardt | 2017-11-11 | 1 | -0/+1 |
* | parse: extract parse module | Patrick Steinhardt | 2017-11-11 | 1 | -0/+49 |