blob: 01f875d0060f20b96ea161e609ec10f6ddb0f20f [file] [log] [blame]
// "the_repository" simple cases
@@
@@
(
- read_cache
+ repo_read_index
)
(
+ the_repository,
...)
// "the_index" simple cases
@@
@@
(
- discard_cache
+ discard_index
|
- cache_name_pos
+ index_name_pos
)
(
+ &the_index,
...)