# Functions

Branches returns a list of all repository branches.
Find returns a tree or blob from the given repo at the given ref and path.
HeadOrDefault returns the head or default branch for the repo.
Init initializes a new repository and returns its unixfs node.
Logs returns a list of commits from the repo head.
Open returns the git repository with the given CID.
Readme returns the readme blob object if one exists.
RefPath splits a path into the ref and path parts.
Tags returns a list of all repository tags.