]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kr/clone-synopsis-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 Aug 2025 20:13:22 +0000 (13:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Aug 2025 20:13:22 +0000 (13:13 -0700)
Doc fix.

* kr/clone-synopsis-fix:
  docs: remove stray bracket from git-clone synopsis

1  2 
Documentation/git-clone.adoc

index 222d558290ed6b506182c34dcb57b52351be0e56,c0d8e1e89779d5ad61021e20fdc3773efcd27c93..d829206d1b5d9e9d817f7c683fdb1d94fe6ad94d
@@@ -13,10 -13,10 +13,10 @@@ git clone [--template=<template-directo
          [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
          [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
          [--dissociate] [--separate-git-dir <git-dir>]
 -        [--depth <depth>] [--[no-]single-branch] [--no-tags]
 +        [--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