aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-multi-pack-index.txt
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-09-19 21:55:40 -0400
committerJunio C Hamano <gitster@pobox.com>2022-09-21 10:21:46 -0700
commit2699542824fd7c69ff3d4597100b6d26b9a14166 (patch)
tree7092588e579f6a07dd7f02907e95210179d47c45 /Documentation/git-multi-pack-index.txt
parentdda7228a83e2e9ff584bf6adbf55910565b41e14 (diff)
downloadgit-2699542824fd7c69ff3d4597100b6d26b9a14166.tar.gz
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>
Diffstat (limited to 'Documentation/git-multi-pack-index.txt')
-rw-r--r--Documentation/git-multi-pack-index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-multi-pack-index.txt b/Documentation/git-multi-pack-index.txt
index a48c3d5ea6..b4a2378cd8 100644
--- a/Documentation/git-multi-pack-index.txt
+++ b/Documentation/git-multi-pack-index.txt
@@ -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.