class documentation

class BlobNormalizer(object):

Known subclasses: dulwich.line_ending.TreeBlobNormalizer

View In Hierarchy

An object to store computation result of which filter to apply based on configuration, gitattributes, path and operation (checkin or checkout)

Method __init__ Undocumented
Method checkin_normalize Normalize a blob during a checkin operation
Method checkout_normalize Normalize a blob during a checkout operation
Instance Variable config_stack Undocumented
Instance Variable fallback_read_filter Undocumented
Instance Variable fallback_write_filter Undocumented
Instance Variable gitattributes Undocumented
def __init__(self, config_stack, gitattributes):

Undocumented

def checkin_normalize(self, blob, tree_path):

Normalize a blob during a checkin operation

def checkout_normalize(self, blob, tree_path):

Normalize a blob during a checkout operation

config_stack =

Undocumented

fallback_read_filter =

Undocumented

fallback_write_filter =

Undocumented

gitattributes =

Undocumented