Module Irmin_mirage.Info

Parameters

module C : Mirage_clock.PCLOCK

Signature

Commit info creators

val f : author:string -> ('a, Stdlib.Format.formatter, unit, Info.f) Stdlib.format4 -> 'a

f ~author msg is a new commit info with author as commit author, C.now_d_ps () as commit date and msg as commit message.