The application-defined type of the returned objects.
The type predicate to validate each commit.
Maps the columns returned by gitOptions.LogOptions.--format to property names. A parser to convert the string to another data type may be provided for each column.
The path of the repository to interrogate.
The LogOptions for the command. The LogOptions.--format option is required.
Optional
commandParameters: string | string[]The parameters for the log command.
Optional
relativePaths: string | string[]Optional
columnDelimiter: stringThe column delimiter used by gitOptions.LogOptions.--format.
If unspecified, \t
is used to split at %x09
in gitOptions.LogOptions.--format.
An array containing objects passing the type guard function.
Returns information about Git commits in application-defined JavaScript objects. The JavaScript objects are created from the return of the GitAnnexAPI.log method.