diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-22 10:14:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-22 10:14:44 -0700 |
commit | f3f38c7d9b41d03e0d587db9799b26e3c7863250 (patch) | |
tree | 1235a5117966e7396c57e89c04b6d28f9c201468 | |
parent | 673151a9bb56ec97fab66746e3aecef78fddb9b8 (diff) | |
download | git-f3f38c7d9b41d03e0d587db9799b26e3c7863250.tar.gz |
Documentation/everyday: match undefline with the textjc/everyday-markup
Even though AsciiDoc is more lenient when deciding if an underline
is for the contents on the previous line to find section headers, we
should match the length of them for other formatters to help them.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/giteveryday.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/giteveryday.txt b/Documentation/giteveryday.txt index 7be6e64846..35473ad02f 100644 --- a/Documentation/giteveryday.txt +++ b/Documentation/giteveryday.txt @@ -1,5 +1,5 @@ giteveryday(7) -=============== +============== NAME ---- |