Skip to content

Commit 6069ecc

Browse files
dschogitster
authored andcommitted
docs: add missing diamond brackets
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f0a96e8 commit 6069ecc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/git-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SYNOPSIS
1212
[-v [--abbrev=<length> | --no-abbrev]]
1313
[--column[=<options>] | --no-column] [--sort=<key>]
1414
[(--merged | --no-merged) [<commit>]]
15-
[--contains [<commit]] [--no-contains [<commit>]]
15+
[--contains [<commit>]] [--no-contains [<commit>]]
1616
[--points-at <object>] [--format=<format>]
1717
[(-r | --remotes) | (-a | --all)]
1818
[--list] [<pattern>...]

Documentation/git-clone.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ maintain a branch with no references other than a single cloned
259259
branch. This is useful e.g. to maintain minimal clones of the default
260260
branch of some repository for search indexing.
261261

262-
--recurse-submodules[=<pathspec]::
262+
--recurse-submodules[=<pathspec>]::
263263
After the clone is created, initialize and clone submodules
264264
within based on the provided pathspec. If no pathspec is
265265
provided, all submodules are initialized and cloned.

Documentation/git-init.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SYNOPSIS
1010
--------
1111
[verse]
1212
'git init' [-q | --quiet] [--bare] [--template=<template_directory>]
13-
[--separate-git-dir <git dir>] [--object-format=<format]
13+
[--separate-git-dir <git dir>] [--object-format=<format>]
1414
[--shared[=<permissions>]] [directory]
1515

1616

0 commit comments

Comments
 (0)