]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-multi-pack-index.txt: fix typo
authorTaylor Blau <me@ttaylorr.com>
Tue, 20 Sep 2022 01:55:40 +0000 (21:55 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2022 17:21:46 +0000 (10:21 -0700)
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>
Documentation/git-multi-pack-index.txt

index a48c3d5ea6301abcdda5df021ac8442ed149f23c..b4a2378cd8c7669055093ec5a3ec9dee514ee362 100644 (file)
@@ -70,7 +70,7 @@ verify::
        Verify the contents of the MIDX file.
 
 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
        afterward to remove all references to these pack-files.