Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-29 23:59:16 +0300
committerJunio C Hamano <gitster@pobox.com>2015-10-29 23:59:16 +0300
commit73167677c0a0e51b3b6505a4287dd3cbf7f11497 (patch)
tree83ecead055b4ea5d16f2d2054b7c0dd0b4f1d02e /Documentation/technical
parentf7a88b6c58db43b727a4146b559b9863e1acc7e3 (diff)
parent3b19dba7030f179cf981a8714693f74c07d915a4 (diff)
Merge branch 'jc/em-dash-in-doc'
AsciiDoc markup fixes. * jc/em-dash-in-doc: Documentation: AsciiDoc spells em-dash as double-dashes, not triple
Diffstat (limited to 'Documentation/technical')
-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 7392ff636c..ade0b0c445 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), ...