diff mbox series

[1/2] git-repack.txt: remove spurious ")"

Message ID 8adf03f456c756188863a8258f3867c389958a52.1620551314.git.martin.agren@gmail.com (mailing list archive)
State Accepted
Commit fba8e4c3d0930d74be31dcd1e9cd15ed6e41ff80
Headers show
Series minor doc fixes | expand

Commit Message

Martin Ågren May 9, 2021, 9:09 a.m. UTC
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>
---
 Documentation/git-repack.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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
 -------------