aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-repack.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2021-05-09 11:09:59 +0200
committerJunio C Hamano <gitster@pobox.com>2021-05-10 14:12:47 +0900
commitfba8e4c3d0930d74be31dcd1e9cd15ed6e41ff80 (patch)
treec2b1bb051ee05e13f0452bfd70431acb4d22f2a3 /Documentation/git-repack.txt
parent2d677e5b1537692a4f875740a6e9853c24285f02 (diff)
downloadgit-fba8e4c3d0930d74be31dcd1e9cd15ed6e41ff80.tar.gz
git-repack.txt: remove spurious ")"
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>
Diffstat (limited to 'Documentation/git-repack.txt')
-rw-r--r--Documentation/git-repack.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt
index 317d63cf0d..ef310f362e 100644
--- a/Documentation/git-repack.txt
+++ b/Documentation/git-repack.txt
@@ -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
-------------