diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-12-17 15:06:41 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-12-17 15:06:41 -0800 |
| commit | 94dc98d1d2a71a0164de1fdee320792459b49cc7 (patch) | |
| tree | f12b6d4c63685f34f33ac62c9ff15fb47c2fc3b8 | |
| parent | Merge branch 'rj/make-clean' (diff) | |
| parent | docs: multi-pack-index: remove note about future 'verify' work (diff) | |
| download | git-94dc98d1d2a71a0164de1fdee320792459b49cc7.tar.gz git-94dc98d1d2a71a0164de1fdee320792459b49cc7.zip | |
Merge branch 'jb/midx-doc-update'
Doc update.
* jb/midx-doc-update:
docs: multi-pack-index: remove note about future 'verify' work
| -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 4e7631437a..e8e377a59f 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 |
