Documentation/git-multi-pack-index.txt: fix typo

Remove the extra space character between "tracked" and "by", which dates
back to when this paragraph was originally written in cff9711616
(multi-pack-index: prepare for 'expire' subcommand, 2019-06-10).

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Taylor Blau
2022-09-19 21:55:40 -04:00
committed by Junio C Hamano
parent dda7228a83
commit 2699542824

View File

@ -70,7 +70,7 @@ verify::
Verify the contents of the MIDX file. Verify the contents of the MIDX file.
expire:: expire::
Delete the pack-files that are tracked by the MIDX file, but Delete the pack-files that are tracked by the MIDX file, but
have no objects referenced by the MIDX. Rewrite the MIDX file have no objects referenced by the MIDX. Rewrite the MIDX file
afterward to remove all references to these pack-files. afterward to remove all references to these pack-files.