コンテンツにスキップ

RevParsePathQuery

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

RevParsePathQuery = { gitDir: true; } | { absoluteGitDir: true; } | { gitCommonDir: true; } | { showToplevel: true; } | { showCdup: true; } | { showPrefix: true; } | { showSuperprojectWorkingTree: true; } | { sharedIndexPath: true; } | { gitPath: string; } | { resolveGitDir: string; }

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

Options that return a single path from rev-parse

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