repository: Implement wrappers for git_object_lookup_prefix
(#658) #660
Loading…
Reference in New Issue
No description provided.
Delete Branch "cherry-pick-322007039-release-0.28"
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?
While we already have wrappers for
git_object_lookup
, there are noneyet for the prefixed variant where only the first n bytes of the OID are
used for the lookup. This commit adds them.
(cherry picked from commit
37b81b61f1
)