class documentation

class TreeBlobNormalizer(BlobNormalizer):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method checkin_normalize Normalize a blob during a checkin operation
Instance Variable existing_paths Undocumented

Inherited from BlobNormalizer:

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, git_attributes, object_store, tree=None):
def checkin_normalize(self, blob, tree_path):

Normalize a blob during a checkin operation

existing_paths =

Undocumented