summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-10-10 23:22:24 +0200
committerJunio C Hamano <gitster@pobox.com>2024-10-10 23:22:24 +0200
commit799450316b606d4b6cd5db6a6cc814f1710d923f (patch)
tree6f1b702fe01db4ada7ea0e66f3ef950ec2d3f7fb /ci
parentGit 2.47 (diff)
parentdoc: apply synopsis simplification on git-clone and git-init (diff)
downloadgit-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-xci/install-dependencies.sh1
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