diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-10-10 23:22:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-10-10 23:22:24 +0200 |
commit | 799450316b606d4b6cd5db6a6cc814f1710d923f (patch) | |
tree | 6f1b702fe01db4ada7ea0e66f3ef950ec2d3f7fb /ci | |
parent | Git 2.47 (diff) | |
parent | doc: apply synopsis simplification on git-clone and git-init (diff) | |
download | git-799450316b606d4b6cd5db6a6cc814f1710d923f.tar.xz git-799450316b606d4b6cd5db6a6cc814f1710d923f.zip |
Merge branch 'ja/doc-synopsis-markup'
The way AsciiDoc is used for SYNOPSIS part of the manual pages has
been revamped. The sources, at least for the simple cases, got
vastly pleasant to work with.
* ja/doc-synopsis-markup:
doc: apply synopsis simplification on git-clone and git-init
doc: update the guidelines to reflect the current formatting rules
doc: introduce a synopsis typesetting
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/install-dependencies.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index 08656a1530..126e570eb4 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -119,6 +119,7 @@ Documentation) test -n "$ALREADY_HAVE_ASCIIDOCTOR" || sudo gem install --version 1.5.8 asciidoctor + sudo gem install concurrent-ruby ;; esac |