Selaa lähdekoodia

Ensures that log --all only gets a single worktree

main
Eric Amodio 2 vuotta sitten
vanhempi
commit
8674db3d1c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      src/env/node/git/git.ts

+ 2
- 2
src/env/node/git/git.ts Näytä tiedosto

@ -755,7 +755,7 @@ export class Git {
}
if (all) {
params.push('--all');
params.push('--all', '--single-worktree');
}
if (ref && !GitRevision.isUncommittedStaged(ref)) {
@ -834,7 +834,7 @@ export class Git {
}
if (all) {
params.push('--all');
params.push('--all', '--single-worktree');
}
// Can't allow rename detection (`--follow`) if `all` or a `startLine` is specified

Ladataan…
Peruuta
Tallenna