File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { QuickInputButtons } from 'vscode' ;
2
2
import type { Container } from '../../container' ;
3
3
import type { GitBranchReference , GitReference } from '../../git/models/reference' ;
4
- import { getNameWithoutRemote , getReferenceLabel , isRevisionReference } from '../../git/models/reference' ;
4
+ import { getReferenceLabel , isRevisionReference } from '../../git/models/reference' ;
5
5
import { Repository } from '../../git/models/repository' ;
6
6
import type { GitWorktree } from '../../git/models/worktree' ;
7
7
import { getWorktreesByBranch } from '../../git/models/worktree' ;
@@ -361,7 +361,7 @@ export class BranchGitCommand extends QuickCommand {
361
361
icon : false ,
362
362
label : state . reference . refType !== 'branch' ,
363
363
} ) } `,
364
- value : state . name ?? getNameWithoutRemote ( state . reference ) ,
364
+ value : state . name ,
365
365
} ) ;
366
366
if ( result === StepResultBreak ) continue ;
367
367
You can’t perform that action at this time.
0 commit comments