summaryrefslogtreecommitdiff
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2018-04-17 19:15:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-18 03:49:26 (GMT)
commit9e9f132f53dfe7dbb2a33aac0917144ccb9e2c9b (patch)
treeac7c50c585ccb790cc9ed411c89bbedc44189dad /Documentation/git-push.txt
parentfe0a9eaf31dd0c349ae4308498c33a5c3794b293 (diff)
downloadgit-9e9f132f53dfe7dbb2a33aac0917144ccb9e2c9b.zip
git-9e9f132f53dfe7dbb2a33aac0917144ccb9e2c9b.tar.gz
git-9e9f132f53dfe7dbb2a33aac0917144ccb9e2c9b.tar.bz2
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 1c262bb7b (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 <martin.agren@gmail.com>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r--Documentation/git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 5b08302..34410f9 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -300,7 +300,7 @@ origin +master` to force a push to the `master` branch). See the
These options are passed to linkgit:git-send-pack[1]. A thin transfer
significantly reduces the amount of sent data when the sender and
receiver share many of the same objects in common. The default is
- \--thin.
+ `--thin`.
-q::
--quiet::