diff --git a/Documentation/git-clone.adoc b/Documentation/git-clone.adoc
index 57cdfb7620..7a0e147384 100644
--- a/Documentation/git-clone.adoc
+++ b/Documentation/git-clone.adoc
@@ -152,7 +152,7 @@ objects from the source repository into a pack in the cloned repository.
unknown ones, is server-specific.
When multiple `--server-option=` are given, they are all
sent to the other side in the order listed on the command line.
- When no ++--server-option=++__ __ is given from the command
+ When no `--server-option= ` is given from the command
line, the values of configuration variable `remote..serverOption`
are used instead.
@@ -206,14 +206,14 @@ objects from the source repository into a pack in the cloned repository.
that all these refs are overwritten by a `git remote update` in the
target repository.
-`-o` __::
-`--origin` __::
+`-o `::
+`--origin `::
Instead of using the remote name `origin` to keep track of the upstream
repository, use __. Overrides `clone.defaultRemoteName` from the
config.
-`-b` __::
-`--branch` __::
+`-b `::
+`--branch `::
Instead of pointing the newly created `HEAD` to the branch pointed
to by the cloned repository's `HEAD`, point to __ branch
instead. In a non-bare repository, this is the branch that will
@@ -230,8 +230,8 @@ objects from the source repository into a pack in the cloned repository.
name.
This option is incompatible with `--branch` and `--mirror`.
-`-u` __::
-`--upload-pack` __::
+`-u `::
+`--upload-pack `::
When given, and the repository to clone from is accessed
via ssh, this specifies a non-default path for the command
run on the other end.
@@ -240,8 +240,8 @@ objects from the source repository into a pack in the cloned repository.
Specify the directory from which templates will be used;
(See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)
-`-c` `=`::
-`--config` `=`::
+`-c =`::
+`--config =`::
Set a configuration variable in the newly-created repository;
this takes effect immediately after the repository is
initialized, but before the remote history is fetched or any
@@ -339,8 +339,8 @@ Specify the given ref storage format for the repository. The valid values are:
+
include::ref-storage-format.adoc[]
-`-j` __::
-`--jobs` __::
+`-j `::
+`--jobs `::
The number of submodules fetched at the same time.
Defaults to the `submodule.fetchJobs` option.