summaryrefslogtreecommitdiff
path: root/src/ident.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-18/+18
* ident: use streaming filtersEdward Thomson2021-08-271-1/+12
* buf: remove internal `git_buf_text` namespaceEdward Thomson2021-05-111-2/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* Fix ident replacement to match Git behaviorColomban Wendling2015-05-261-2/+2
* Check for OOMJacques Germishuys2014-12-301-0/+2
* Bug fixes and cleanupsRussell Belfer2013-09-171-12/+14
* More filtering tests including orderRussell Belfer2013-09-171-1/+6
* Merge git_buf and git_bufferRussell Belfer2013-09-171-29/+19
* Add ident filterRussell Belfer2013-09-171-0/+128