Skip to content

global: stop using `the_index`

Patrick Steinhardt requested to merge pks-drop-the-index into master

Drop all usages of the_index in favor of the_repository->index or a custom index structure.

Merge request reports