summaryrefslogtreecommitdiff
path: root/tests/buf/quote.c
Commit message (Collapse)AuthorAgeFilesLines
* git_buf_quote/unquote: handle > \177Edward Thomson2016-05-261-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 charactersEdward Thomson2016-05-261-26/+52
|
* Patch parsing from patch filesEdward Thomson2016-05-261-0/+57