diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-11-04 14:20:45 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-11-04 14:20:45 -0800 |
commit | bc1e0481bf0a01e4f4741ee206cc0d81e667d73a (patch) | |
tree | cca6752f05c7a8147d1e066e61dc8c05881a285a /Documentation/technical | |
parent | Merge branch 'es/worktree-add' into maint (diff) | |
parent | Documentation: AsciiDoc spells em-dash as double-dashes, not triple (diff) | |
download | tgif-bc1e0481bf0a01e4f4741ee206cc0d81e667d73a.tar.xz |
Merge branch 'jc/em-dash-in-doc' into maint
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.txt | 2 |
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), ... |