Skip to content

RevParseBooleanQuery

RevParseBooleanQuery = { isInsideGitDir: true; } | { isInsideWorkTree: true; } | { isBareRepository: true; } | { isShallowRepository: true; }

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

Options that return a boolean from rev-parse

These options are mutually exclusive - only one can be specified at a time.