diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2020-12-13 11:13:40 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-14 08:39:08 -0800 |
commit | 633eebe142d7c9ab3a06e745c48e41af58d99b71 (patch) | |
tree | fd4922555691c3a5fb4ac9e351b6a20c0a9bdfd3 /Documentation/technical | |
parent | fsck: verify multi-pack-index (diff) | |
download | tgif-633eebe142d7c9ab3a06e745c48e41af58d99b71.tar.xz |
docs: multi-pack-index: remove note about future 'verify' work
This was implemented in the 'git multi-pack-index' command and
merged in 468b3221 (Merge branch 'ds/multi-pack-verify',
2018-10-10).
And there's no 'git midx' command.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/multi-pack-index.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt index d7e57639f7..2aa0c48e17 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 |