aboutsummaryrefslogtreecommitdiff
path: root/Documentation/gitcli.adoc
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-03-26 16:26:11 +0900
committerJunio C Hamano <gitster@pobox.com>2025-03-26 16:26:11 +0900
commit87a8e533e38b670b1d4b020a0b4de179b64bb1f3 (patch)
treeac2d12c174b124a33ffe65051e24843a91921a1c /Documentation/gitcli.adoc
parent52241c96c7514b837233336033b8edc20f8ea0e8 (diff)
parent227c4f33a0351d12b04660a9f03ca96dbab1310a (diff)
downloadgit-87a8e533e38b670b1d4b020a0b4de179b64bb1f3.tar.xz
Merge branch 'ja/doc-block-delimiter-markup-fix'
Doc markup updates. * ja/doc-block-delimiter-markup-fix: doc: add a blank line around block delimiters
Diffstat (limited to 'Documentation/gitcli.adoc')
-rw-r--r--Documentation/gitcli.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcli.adoc b/Documentation/gitcli.adoc
index 04193ec907..1ea681b59d 100644
--- a/Documentation/gitcli.adoc
+++ b/Documentation/gitcli.adoc
@@ -209,13 +209,13 @@ $ git foo -o Arg
However, this is *NOT* allowed for switches with an optional value, where the
'stuck' form must be used:
+
----------------------------
$ git describe --abbrev HEAD # correct
$ git describe --abbrev=10 HEAD # correct
$ git describe --abbrev 10 HEAD # NOT WHAT YOU MEANT
----------------------------
-
NOTES ON FREQUENTLY CONFUSED OPTIONS
------------------------------------