package irmin-mirage

  1. Overview
  2. Docs

Module Irmin_mirage.InfoSource

Parameters

Signature

Commit info creators

Sourceval f : author:string -> ('a, Format.formatter, unit, Irmin.Info.f) 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.