reader: a generic way to read files from repos
Similar to the `git_iterator` interface, the `git_reader` interface will allow us to read file contents from an arbitrary repository-backed data source (trees, index, or working directory).
Showing
src/reader.c
0 → 100644
src/reader.h
0 → 100644
Please
register
or
sign in
to comment