]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: add missing diamond brackets
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 24 Jun 2020 14:46:31 +0000 (14:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2020 16:14:21 +0000 (09:14 -0700)
There were a couple of instances in our manual pages that had an
opening diamond bracket without a corresponding closing one.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt
Documentation/git-clone.txt
Documentation/git-init.txt

index 135206ff4aba651f9f40f307fdabaec91ae86555..03c0824d528a0132b1d1eb2d7ac3eb7ddc461d21 100644 (file)
@@ -12,7 +12,7 @@ SYNOPSIS
        [-v [--abbrev=<length> | --no-abbrev]]
        [--column[=<options>] | --no-column] [--sort=<key>]
        [(--merged | --no-merged) [<commit>]]
-       [--contains [<commit]] [--no-contains [<commit>]]
+       [--contains [<commit>]] [--no-contains [<commit>]]
        [--points-at <object>] [--format=<format>]
        [(-r | --remotes) | (-a | --all)]
        [--list] [<pattern>...]
index 08d6045c4a835dd5032c594dfc112b4adf4c6d5e..c898310099895f92e884b7852af28786c6564c8b 100644 (file)
@@ -259,7 +259,7 @@ maintain a branch with no references other than a single cloned
 branch. This is useful e.g. to maintain minimal clones of the default
 branch of some repository for search indexing.
 
---recurse-submodules[=<pathspec]::
+--recurse-submodules[=<pathspec>]::
        After the clone is created, initialize and clone submodules
        within based on the provided pathspec.  If no pathspec is
        provided, all submodules are initialized and cloned.
index adc6adfd380beb88cfc9e95ad9be39d874b4890e..f9467cc6a4c791ac3b445f5b0172144f7a1bac15 100644 (file)
@@ -10,7 +10,7 @@ SYNOPSIS
 --------
 [verse]
 'git init' [-q | --quiet] [--bare] [--template=<template_directory>]
-         [--separate-git-dir <git dir>] [--object-format=<format]
+         [--separate-git-dir <git dir>] [--object-format=<format>]
          [--shared[=<permissions>]] [directory]