= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package git
-
git
-
-
git.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val head_contents : fetch -> Reference.head_contents option
head_contents f
is f
's head contents (the value of the remote .git/HEAD).
val head : fetch -> Hash.Commit.t option
head f
is f
's head commit.
val references : fetch -> Hash.t Reference.Map.t
references f
are f
's references.
val hashes : fetch -> Hash.Set.t
hashes f
are f
's object hashes.
The result of a push operation.