aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-08-13 08:06:50 -0700
committerJunio C Hamano <gitster@pobox.com>2025-08-13 08:06:50 -0700
commitb0d634ef296bf2db692dc39b1049e85ec1a7b8cf (patch)
tree1d49c67d79a8892158c6e22129605ae8a85a48c8
parentMerge branch 'ac/deglobal-fmt-merge-log-config' into next (diff)
parentdocs: remove stray bracket from git-clone synopsis (diff)
downloadgit-b0d634ef296bf2db692dc39b1049e85ec1a7b8cf.tar.gz
git-b0d634ef296bf2db692dc39b1049e85ec1a7b8cf.zip
Merge branch 'kr/clone-synopsis-fix' into next
Doc fix. * kr/clone-synopsis-fix: docs: remove stray bracket from git-clone synopsis
-rw-r--r--Documentation/git-clone.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.adoc b/Documentation/git-clone.adoc
index 222d558290..d829206d1b 100644
--- a/Documentation/git-clone.adoc
+++ b/Documentation/git-clone.adoc
@@ -16,7 +16,7 @@ git clone [--template=<template-directory>]
[--depth <depth>] [--[no-]single-branch] [--[no-]tags]
[--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
[--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
- [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository>
+ [--filter=<filter-spec> [--also-filter-submodules]] [--] <repository>
[<directory>]
DESCRIPTION