We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fb6b7 commit 8674db3Copy full SHA for 8674db3
src/env/node/git/git.ts
@@ -755,7 +755,7 @@ export class Git {
755
}
756
757
if (all) {
758
- params.push('--all');
+ params.push('--all', '--single-worktree');
759
760
761
if (ref && !GitRevision.isUncommittedStaged(ref)) {
@@ -834,7 +834,7 @@ export class Git {
834
835
836
837
838
839
840
// Can't allow rename detection (`--follow`) if `all` or a `startLine` is specified
0 commit comments