repository: Implement wrappers for git_object_lookup_prefix
#658
Loading…
Reference in New Issue
No description provided.
Delete Branch "pks-object-lookup-prefix"
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.
thanks!