| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert usage of `git_buf_free` to new `git_buf_dispose` | Patrick Steinhardt | 2018-06-10 | 1 | -3/+3 |
| | | |||||
| * | git_buf_quote/unquote: handle > \177 | Edward Thomson | 2016-05-26 | 1 | -0/+5 |
| | | | | | | | Parse values up to and including `\377` (`0xff`) when unquoting. Print octal values as an unsigned char when quoting, lest `printf` think we're talking about negatives. | ||||
| * | git_buf_quote: quote ugly characters | Edward Thomson | 2016-05-26 | 1 | -26/+52 |
| | | |||||
| * | Patch parsing from patch files | Edward Thomson | 2016-05-26 | 1 | -0/+57 |
