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 11import { QuickInputButtons } from 'vscode' ;
22import type { Container } from '../../container' ;
33import type { GitBranchReference , GitReference } from '../../git/models/reference' ;
4- import { getNameWithoutRemote , getReferenceLabel , isRevisionReference } from '../../git/models/reference' ;
4+ import { getReferenceLabel , isRevisionReference } from '../../git/models/reference' ;
55import { Repository } from '../../git/models/repository' ;
66import type { GitWorktree } from '../../git/models/worktree' ;
77import { getWorktreesByBranch } from '../../git/models/worktree' ;
@@ -361,7 +361,7 @@ export class BranchGitCommand extends QuickCommand {
361361 icon : false ,
362362 label : state . reference . refType !== 'branch' ,
363363 } ) } `,
364- value : state . name ?? getNameWithoutRemote ( state . reference ) ,
364+ value : state . name ,
365365 } ) ;
366366 if ( result === StepResultBreak ) continue ;
367367
You can’t perform that action at this time.
0 commit comments