コンテンツにスキップ

BranchOpts

このコンテンツはまだ日本語訳がありません。

BranchOpts = object

Defined in: src/core/repo.ts:521

Options for git branch

Properties

abbrev?

optional abbrev: number

Defined in: src/core/repo.ts:538

Abbreviate object names to specified length


all?

optional all: boolean

Defined in: src/core/repo.ts:524

List all branches (including remote)


contains?

optional contains: string

Defined in: src/core/repo.ts:534

Only list branches that contain the specified commit


ignoreCase?

optional ignoreCase: boolean

Defined in: src/core/repo.ts:548

Sorting and filtering are case insensitive


merged?

optional merged: string

Defined in: src/core/repo.ts:540

Only list branches whose tips are reachable from the specified commit


noContains?

optional noContains: string

Defined in: src/core/repo.ts:536

Only list branches that don’t contain the specified commit


noMerged?

optional noMerged: string

Defined in: src/core/repo.ts:542

Only list branches whose tips are not reachable from the specified commit


pointsAt?

optional pointsAt: string

Defined in: src/core/repo.ts:546

Only list branches that point at the specified object


quiet?

optional quiet: boolean

Defined in: src/core/repo.ts:532

Suppress informational messages


remotes?

optional remotes: boolean

Defined in: src/core/repo.ts:526

List remote branches only


sort?

optional sort: string

Defined in: src/core/repo.ts:544

Sorting key (e.g., -committerdate, refname)


verbose?

optional verbose: boolean

Defined in: src/core/repo.ts:528

Show verbose info