RevParseListOpts
RevParseListOpts =
object
Defined in: src/core/repo.ts:1469
Common options for list queries
Properties
exclude?
optionalexclude:string
Defined in: src/core/repo.ts:1471
Exclude refs matching pattern
excludeHidden?
optionalexcludeHidden:"fetch"|"receive"|"uploadpack"
Defined in: src/core/repo.ts:1478
Exclude refs that would be hidden by the specified operation.
- ‘fetch’: hidden by
transfer.hideRefsfor fetch - ‘receive’: hidden by
receive.hideRefs - ‘uploadpack’: hidden by
uploadpack.hideRefs