git
Git format and protocol in pure OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package git
-
git
-
-
git.nss.hkt
-
git.nss.neg
-
git.nss.pck
-
git.nss.smart
-
git.nss.smart-flow
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val kind : t -> [ `Commit | `Blob | `Tree | `Tag ]
kind o
returns the kind of the Git object.
val hash : t -> int
hash blob
associates a non-negative integer to any value of t
. It is guaranteed that if x = y
or compare x y = 0
, then hash x = hash y
.
Sets and Maps.
val length : t -> int64
val to_raw : t -> string
val to_raw_without_header : t -> string
ON THIS PAGE
No table of contents