aboutsummaryrefslogtreecommitdiff
path: root/Documentation/technical/index-format.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-22 13:02:33 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-22 13:02:33 -0700
commit3b19dba7030f179cf981a8714693f74c07d915a4 (patch)
treec2c93352c1309e47a20efce2cd0c94e77d8e0ffd /Documentation/technical/index-format.txt
parent441c4a40173fe1ee8a5c0094e587dfc47e2a6460 (diff)
downloadgit-3b19dba7030f179cf981a8714693f74c07d915a4.tar.gz
git-3b19dba7030f179cf981a8714693f74c07d915a4.tar.xz
Documentation: AsciiDoc spells em-dash as double-dashes, not triple
Again, we do not usually process release notes with AsciiDoc, but it is better to be consistent. This incidentally reveals breakages left by an ancient 5e00439f (Documentation: build html for all files in technical and howto, 2012-10-23). The index-format documentation was originally written to be read as straight text without formatting and when the commit forced everything in Documentation/ to go through AsciiDoc, it did not do any adjustment--hence the double-dashes will be seen in the resulting text that is rendered as preformatted fixed-width without converted into em-dashes. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/index-format.txt')
-rw-r--r--Documentation/technical/index-format.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/index-format.txt b/Documentation/technical/index-format.txt
index 1250b5ca8..61cb55d02 100644
--- a/Documentation/technical/index-format.txt
+++ b/Documentation/technical/index-format.txt
@@ -170,7 +170,7 @@ Git index format
The entries are written out in the top-down, depth-first order. The
first entry represents the root level of the repository, followed by the
- first subtree---let's call this A---of the root level (with its name
+ first subtree--let's call this A--of the root level (with its name
relative to the root level), followed by the first subtree of A (with
its name relative to A), ...