コンテンツにスキップ

RevParseListOpts

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

RevParseListOpts = object

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

Common options for list queries

Properties

exclude?

optional exclude: string

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

Exclude refs matching pattern


excludeHidden?

optional excludeHidden: "fetch" | "receive" | "uploadpack"

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

Exclude refs that would be hidden by the specified operation.

  • ‘fetch’: hidden by transfer.hideRefs for fetch
  • ‘receive’: hidden by receive.hideRefs
  • ‘uploadpack’: hidden by uploadpack.hideRefs