diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-15 10:29:32 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-15 10:29:32 -0700 |
| commit | 9c22d96e568433ed56fbbe0cd25ec24d9e593031 (patch) | |
| tree | dcbe88209437fb545110433f748aee657e09b5b8 | |
| parent | Merge branch 'rj/t6137-cygwin-fix' into maint-2.51 (diff) | |
| parent | docs: remove stray bracket from git-clone synopsis (diff) | |
| download | git-9c22d96e568433ed56fbbe0cd25ec24d9e593031.tar.gz git-9c22d96e568433ed56fbbe0cd25ec24d9e593031.zip | |
Merge branch 'kr/clone-synopsis-fix' into maint-2.51
Doc fix.
* kr/clone-synopsis-fix:
docs: remove stray bracket from git-clone synopsis
| -rw-r--r-- | Documentation/git-clone.adoc | 2 |
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 |
