summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-config.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-04-22 11:14:46 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-04-22 11:14:46 +0900
commitbac754eadb041ee3e609d3f96d26336d46498edf (patch)
treefaea8559b07d53da6522cf107a58ad6f5ab13c29 /Documentation/technical/api-config.txt
parentMerge branch 'tz/asciidoctor-fixes' (diff)
parentci: fix AsciiDoc/Asciidoctor stderr check in the documentation build job (diff)
downloadtgif-bac754eadb041ee3e609d3f96d26336d46498edf.tar.xz
Merge branch 'sg/asciidoctor-in-ci'
Update our support to format documentation in the CI environment, either with AsciiDoc ro Asciidoctor. * sg/asciidoctor-in-ci: ci: fix AsciiDoc/Asciidoctor stderr check in the documentation build job ci: stick with Asciidoctor v1.5.8 for now ci: install Asciidoctor in 'ci/install-dependencies.sh' Documentation/technical/protocol-v2.txt: fix formatting Documentation/technical/api-config.txt: fix formatting Documentation/git-diff-tree.txt: fix formatting
Diffstat (limited to 'Documentation/technical/api-config.txt')
-rw-r--r--Documentation/technical/api-config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-config.txt b/Documentation/technical/api-config.txt
index fa39ac9d71..7d20716c32 100644
--- a/Documentation/technical/api-config.txt
+++ b/Documentation/technical/api-config.txt
@@ -229,7 +229,7 @@ A `config_set` can be used to construct an in-memory cache for
config-like files that the caller specifies (i.e., files like `.gitmodules`,
`~/.gitconfig` etc.). For example,
----------------------------------------
+----------------------------------------
struct config_set gm_config;
git_configset_init(&gm_config);
int b;