= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package git
-
git
-
-
git.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Filesystem trees.
val pretty_perm : perm -> string
Pretty printing of tree permissions.
val string_of_perm : perm -> string
Raw represention of a permission, using the Git
format.
val fixed_length_string_of_perm : perm -> string
Fixed-length raw represention of a permission, using the Git
format (6 characters long).
A tree entry. This is either a directory or a file. As this is supposed to model a filesystem, directory does not contain data.
type t = entry list
A tree is an hierarchical data-store. NB: data (eg. blobs) are only carried on the leafs.