package git-unix
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Virtual package to install and configure ocaml-git's Unix backend
Install
dune-project
Dependency
Authors
Maintainers
Sources
git-3.8.0.tbz
sha256=f6c628e3628d25686cec4cdff8132f9433e95938bdcb43975778d28d33a0b077
sha512=779bdd7a1657e859ed47b46ef9da007b5f43f4446f8cea831f29fae662efdd33a39aa2ee90b9f8d8b6360f2abb78038a7592633efa26e8adc5d2ae20d86d8015
doc/git-unix/Git_unix/Store/Value/Commit/index.html
Module Value.CommitSource
Source
val make :
tree:hash ->
author:Git.User.t ->
committer:Git.User.t ->
?parents:hash list ->
?extra:(string * string list) list ->
string option ->
tmake ~author ~committer ?parents ~tree msg makes an OCaml value t. ?parents should be a non-empty list and corresponds to a list of hashes of parent commits. tree should be a hash of a Tree.t object.
Note. This function does not write a new commit on the store and does not check the validity of parents and tree. By this way, this function never fails.
digest t associates a hash to any value of t. It is guaranteed that if x = y or compare x y = 0, then digest x = digest y.
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.
committer t returns the committer of the given commit object.
author c returns the author of the given commit object.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page