]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-repack.txt: remove spurious ")"
authorMartin Ågren <martin.agren@gmail.com>
Sun, 9 May 2021 09:09:59 +0000 (11:09 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 May 2021 05:12:47 +0000 (14:12 +0900)
Drop the ")" at the end of this paragraph. There's a parenthetical
remark in this paragraph, but it's been closed on the line above.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-repack.txt

index 317d63cf0d3ae0dcee44e5185fdd8c4a2b201153..ef310f362e49b680556c7190efcf6092af506a0f 100644 (file)
@@ -186,7 +186,7 @@ When `--unpacked` is specified, loose objects are implicitly included in
 this "roll-up", without respect to their reachability. This is subject
 to change in the future. This option (implying a drastically different
 repack mode) is not guaranteed to work with all other combinations of
-option to `git repack`).
+option to `git repack`.
 
 CONFIGURATION
 -------------