File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,12 +30,10 @@ export class ProjectOptions {
3030 cc . push ( "Johannes Sixt <j6t@kdbg.org>" ) ;
3131 upstreamBranch = "git-gui/master" ;
3232 } else if (
33- ( await revParse ( `${ baseCommit } :git.c` , workDir ) ) !== undefined
34- || (
35- // gitster/git's `todo` branch, see https://github.com/git/git/pull/2209
36- ( await revParse ( `${ baseCommit } :README.cooking` , workDir ) ) !== undefined
37- && ( await revParse ( `${ baseCommit } :jc.png` , workDir ) ) !== undefined
38- )
33+ ( await revParse ( `${ baseCommit } :git.c` , workDir ) ) !== undefined ||
34+ // gitster/git's `todo` branch, see https://github.com/git/git/pull/2209
35+ ( ( await revParse ( `${ baseCommit } :README.cooking` , workDir ) ) !== undefined &&
36+ ( await revParse ( `${ baseCommit } :jc.png` , workDir ) ) !== undefined )
3937 ) {
4038 // Git
4139 to = "--to=git@vger.kernel.org" ;
You can’t perform that action at this time.
0 commit comments