diff options
| author | Martin Ågren <martin.agren@gmail.com> | 2025-01-03 12:33:30 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-03 08:23:10 -0800 |
| commit | 38d7016891e37a789d389eddc7cd3dc9b76370b4 (patch) | |
| tree | fd20db625a8a094c00cd213f618811bd6c497b02 | |
| parent | Document HOME environment variable (diff) | |
| download | git-38d7016891e37a789d389eddc7cd3dc9b76370b4.tar.gz git-38d7016891e37a789d389eddc7cd3dc9b76370b4.zip | |
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>
Diffstat (limited to '')
| -rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 47509c9e1a..e9f55620e8 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -478,7 +478,7 @@ their values the same way as Boolean valued configuration variables, e.g. Here are the variables: System -~~~~~~~~~~~~~~~~~~ +~~~~~~ `HOME`:: Specifies the path to the user's home directory. On Windows, if unset, Git will set a process environment variable equal to: |
