summaryrefslogtreecommitdiff
path: root/src/reader.c
Commit message (Expand)AuthorAgeFilesLines
* blob: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* blob: validate that blob sizes fit in a size_tEdward Thomson2019-01-251-2/+8
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-4/+4
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* apply: handle exact renamesEdward Thomson2018-11-051-1/+14
* apply: validate unchanged mode when applying bothEdward Thomson2018-11-051-0/+13
* reader: free is unused and unnecessaryEdward Thomson2018-11-051-19/+0
* reader: apply working directory filtersEdward Thomson2018-11-051-2/+13
* reader: optionally validate index matches workdirEdward Thomson2018-11-051-9/+31
* apply: use preimage as the checkout baselineEdward Thomson2018-11-051-3/+20
* reader: a generic way to read files from reposEdward Thomson2018-11-041-0/+202