Skip to content

Commit 38d7016

Browse files
Martin Ågrengitster
authored andcommitted
git.txt: fix heading line of tildes
The two-line heading added in 8525e92 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8525e92 commit 38d7016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ their values the same way as Boolean valued configuration variables, e.g.
478478
Here are the variables:
479479

480480
System
481-
~~~~~~~~~~~~~~~~~~
481+
~~~~~~
482482
`HOME`::
483483
Specifies the path to the user's home directory. On Windows, if
484484
unset, Git will set a process environment variable equal to:

0 commit comments

Comments
 (0)