Skip to main content

load_gitattributes_from_tree

Function load_gitattributes_from_tree 

Source
pub fn load_gitattributes_from_tree(
    odb: &Odb,
    tree_oid: &ObjectId,
) -> Result<ParsedGitAttributes, Error>
Expand description

Read .gitattributes blob from a tree object at tree_oid, recursively.