diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2014-10-11 23:37:33 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-13 13:35:18 -0700 |
commit | c9a5172fdf073e090111950d3d42c4f9ef144ffd (patch) | |
tree | 61709e0a4dc536c0bbc85b20e26cd35b74da755a /Documentation | |
parent | Update draft release notes to 2.2 (diff) | |
download | tgif-c9a5172fdf073e090111950d3d42c4f9ef144ffd.tar.xz |
Documentation: adjust document title underlining
AsciiDoc specification states that in two-line titles, the title
underline has to be the same length as the title text, plus or minus two
characters. Asciidoctor, however, requires that this must be plus or
minus one character. Adjust the underlines to be the same length as the
title text to improve compatibility.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-prune-packed.txt | 2 | ||||
-rw-r--r-- | Documentation/git-quiltimport.txt | 2 | ||||
-rw-r--r-- | Documentation/git-stage.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-prune-packed.txt b/Documentation/git-prune-packed.txt index 6738055bd3..9fed59a317 100644 --- a/Documentation/git-prune-packed.txt +++ b/Documentation/git-prune-packed.txt @@ -1,5 +1,5 @@ git-prune-packed(1) -===================== +=================== NAME ---- diff --git a/Documentation/git-quiltimport.txt b/Documentation/git-quiltimport.txt index a356196586..d64388cb8e 100644 --- a/Documentation/git-quiltimport.txt +++ b/Documentation/git-quiltimport.txt @@ -1,5 +1,5 @@ git-quiltimport(1) -================ +================== NAME ---- diff --git a/Documentation/git-stage.txt b/Documentation/git-stage.txt index ba3fe0d7f5..25bcda936d 100644 --- a/Documentation/git-stage.txt +++ b/Documentation/git-stage.txt @@ -1,5 +1,5 @@ git-stage(1) -============== +============ NAME ---- |