Skip to content

Commit 7a7e428

Browse files
committed
Bump it to 10
1 parent 899869a commit 7a7e428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/folderRepositoryManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ export class FolderRepositoryManager extends Disposable {
985985
const localBranches = (await this.repository.getRefs({
986986
pattern: 'refs/heads/',
987987
sort: 'committerdate',
988-
count: 3
988+
count: 10
989989
}))
990990
.filter(r => r.name !== undefined)
991991
.map(r => r.name!);

0 commit comments

Comments
 (0)