Skip to content

Commit 9e9f132

Browse files
Martin Ågrengitster
authored andcommitted
doc: convert \--option to --option
Rather than using a backslash in \--foo, with or without ''-quoting, write `--foo` for better rendering. As explained in commit 1c262bb (doc: convert \--option to --option, 2015-05-13), the backslash is not needed for the versions of AsciiDoc that we support, but is rendered literally by Asciidoctor. Signed-off-by: Martin Ågren <[email protected]>
1 parent fe0a9ea commit 9e9f132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-format-patch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ There are two ways to specify which commits to operate on.
4747

4848
The first rule takes precedence in the case of a single <commit>. To
4949
apply the second rule, i.e., format everything since the beginning of
50-
history up until <commit>, use the '\--root' option: `git format-patch
50+
history up until <commit>, use the `--root` option: `git format-patch
5151
--root <commit>`. If you want to format only <commit> itself, you
5252
can do this with `git format-patch -1 <commit>`.
5353

Documentation/git-push.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ origin +master` to force a push to the `master` branch). See the
300300
These options are passed to linkgit:git-send-pack[1]. A thin transfer
301301
significantly reduces the amount of sent data when the sender and
302302
receiver share many of the same objects in common. The default is
303-
\--thin.
303+
`--thin`.
304304

305305
-q::
306306
--quiet::

0 commit comments

Comments
 (0)