Add Index.Find() and Index.FindPrefix() #275
Loading…
Reference in New Issue
No description provided.
Delete Branch "index-find"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds support for
git_index_find()
andgit_index_find_prefix()
.