Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |