Irmin_git_unixSourceinclude module type of struct include Irmin_unix endThis module provides utilities for Unix applications.
val info :
?author:string ->
('a, Format.formatter, unit, unit -> Irmin.Info.default) format4 ->
'ainfo fmt () creates a fresh commit info, with the date set to Unix.gettimeoday () and the author built using Unix.gethostname() and Unix.getpid() if author is not provided.