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