This was implemented in the 'git multi-pack-index' command (and there's no 'git midx' command). Fixes: cc6af73c029d ("multi-pack-index: verify object offsets") Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- Documentation/technical/multi-pack-index.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt index 4e7631437a58..e8e377a59f0c 100644 --- a/Documentation/technical/multi-pack-index.txt +++ b/Documentation/technical/multi-pack-index.txt @@ -60,10 +60,6 @@ Design Details Future Work ----------- -- Add a 'verify' subcommand to the 'git midx' builtin to verify the - contents of the multi-pack-index file match the offsets listed in - the corresponding pack-indexes. - - The multi-pack-index allows many packfiles, especially in a context where repacking is expensive (such as a very large repo), or unexpected maintenance time is unacceptable (such as a high-demand -- 2.26.2