We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab4a92 commit 331de9aCopy full SHA for 331de9a
packages/backend/src/zoekt.ts
@@ -63,7 +63,7 @@ export const indexGitRepository = async (repo: Repo, settings: Settings, ctx: Ap
63
`-index ${ctx.indexPath}`,
64
`-max_trigram_count ${settings.maxTrigramCount}`,
65
`-file_limit ${settings.maxFileSize}`,
66
- `-branches ${revisions.join(',')}`,
+ `-branches "${revisions.join(',')}"`,
67
`-tenant_id ${repo.orgId}`,
68
`-repo_id ${repo.id}`,
69
`-shard_prefix ${shardPrefix}`,
0 commit comments