class Grits::CheckoutOptions

Included Modules

Defined in:

grits/checkout_options.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(raw : LibGit::CheckoutOptions) #

[View source]

Class Method Detail

def self.default #

[View source]

Instance Method Detail

def ancestor_label #

[View source]
def dir_mode #

[View source]
def dir_mode=(value) #

[View source]
def disable_filters=(disable : Bool) #

[View source]
def fild_open_flags #

[View source]
def fild_open_flags=(value) #

[View source]
def file_mode #

[View source]
def file_mode=(value) #

[View source]
def notify_flags #

[View source]
def notify_flags=(value) #

[View source]
def on_notify(flags : CheckoutNotifyType = CheckoutNotifyType::All, &block : CheckoutNotifyCb) #

[View source]
def on_performance_data(&block : PerformanceDataCb) #

[View source]
def on_progress(&block : CheckoutProgressCb) #

[View source]
def our_label #

[View source]
def paths=(pathspec = [] of String) #

[View source]
def target_directory #

[View source]
def target_directory=(value) #

[View source]
def their_label #

[View source]
def version #

[View source]