]> git.ipfire.org Git - thirdparty/git.git/commit
git.txt: fix heading line of tildes
authorMartin Ågren <martin.agren@gmail.com>
Fri, 3 Jan 2025 11:33:30 +0000 (12:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Jan 2025 16:23:10 +0000 (08:23 -0800)
commit38d7016891e37a789d389eddc7cd3dc9b76370b4
treefd20db625a8a094c00cd213f618811bd6c497b02
parent8525e928868757c2ebce3859dae0a9fd0f9ac9fd
git.txt: fix heading line of tildes

The two-line heading added in 8525e92886 (Document HOME environment
variable, 2024-12-09) uses too many tilde characters, so the heading
isn't detected as such. Both AsciiDoc and Asciidoctor end up
misrendering this in different ways.

Use the correct number of tilde characters to fix this.

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