]> git.ipfire.org Git - thirdparty/git.git/commit
gitworkflows.txt: fix broken subsection underline
authorMartin Ågren <martin.agren@gmail.com>
Sat, 18 Jul 2020 20:17:23 +0000 (22:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Jul 2020 20:43:34 +0000 (13:43 -0700)
commitca8bb509d23e9a6299eddc88905be2b5d8f1b37a
tree338b666bf556a21536b7d84719b3bd63038861af
parent6dca5dbf93ab8cfb82e626766d5e0e60a3da555d
gitworkflows.txt: fix broken subsection underline

AsciiDoctor renders the "~~~~~~~~~" literally. That's not our intention:
it is supposed to indicate a level 2 subsection. In 828197de8f ("docs:
adjust for the recent rename of `pu` to `seen`", 2020-06-25), the length
of this section header grew by two characters but we didn't adjust the
number of ~ characters accordingly. AsciiDoc handles this discrepancy ok
and still picks this up as a subsection title, but Asciidoctor is not as
forgiving.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitworkflows.txt