Git2::Repository
Constructors
Instance methods
config
Sourceempty?
Check if a repository is empty
An empty repository has just been initialized and contains no references apart from HEAD, which must be pointing to the unborn master branch.
finalize
Sourceindex
Get the Index file for this repository
If a custom index has not been set, the default index for the repository
will be returned (the one located in .git/index).
signature
Sourcestate
Sourceto_unsafe
Source