The application-defined type of the returned objects.
The type predicate to validate each ref.
Maps the columns returned by gitOptions.ForEachRefOptions.--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 ForEachRefOptions for the command. The ForEachRefOptions.--format option is required.
Optional
pattern: stringFilters refs using either fnmatch(3) or matching completely or from the beginning up to a slash.
Optional
columnDelimiter: stringThe column delimiter used by gitOptions.ForEachRefOptions.--format.
If unspecified, \t
is used to split at %09
in gitOptions.ForEachRefOptions.--format.
An array containing objects passing the type guard function.
Returns information about Git refs in application-defined JavaScript objects. The JavaScript objects are created from the return of the GitAnnexAPI.forEachRef method.