rugged icon indicating copy to clipboard operation
rugged copied to clipboard

Expose git_index_find_prefix

Open ioquatix opened this issue 9 years ago • 0 comments

It would be nice if, given an index, it was possible to efficiently enumerate entries with a given prefix. For example, could be a new API:

index.each('blah/') would give all entries starting with blah/

ioquatix avatar Jan 26 '17 04:01 ioquatix