Skip to content

Commit 4228da9

Browse files
msukkariclaude
andcommitted
chore: sync vendor/zoekt with upstream sourcegraph/zoekt
Bumps the vendor/zoekt submodule to pull in 108 upstream commits from sourcegraph/zoekt. See sourcebot-dev/zoekt#10. The -shard_prefix flag on zoekt-git-index was renamed upstream to -shard_prefix_override; the backend indexer is updated accordingly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b8145a6 commit 4228da9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/backend/src/zoekt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const indexGitRepository = async (repo: Repo, settings: Settings, revisio
2323
`-branches "${revisions.join(',')}"`,
2424
`-tenant_id ${repo.orgId}`,
2525
`-repo_id ${repo.id}`,
26-
`-shard_prefix ${shardPrefix}`,
26+
`-shard_prefix_override ${shardPrefix}`,
2727
...largeFileGlobPatterns.map((pattern) => `-large_file "${pattern}"`),
2828
repoPath
2929
].join(' ');

vendor/zoekt

Submodule zoekt updated 234 files

0 commit comments

Comments
 (0)