class Git::Repository

Defined in:

git.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String | Path = ".") #

[View source]

Instance Method Detail

def commondir #

[View source]
def config #

Gets the repository's configuration (once).


[View source]
def finalize #

[View source]
def path #

Gets the repository's path


[View source]
def state #

[View source]
def to_unsafe : Pointer(Git::C::Repository) #

[View source]