diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-01-06 08:23:29 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-06 08:23:29 -0800 |
| commit | 1fa37a06082584d4087937467ad3f3b0f0f31905 (patch) | |
| tree | 21f0eb313f9b67219e169e79e6a13388dd10e3af | |
| parent | e63e62171b489dad8ae9d8bd4675b1938bff92c8 (diff) | |
| parent | 38d7016891e37a789d389eddc7cd3dc9b76370b4 (diff) | |
| download | git-1fa37a06082584d4087937467ad3f3b0f0f31905.tar.gz | |
Merge branch 'mh/doc-windows-home-env'
Docfix.
* mh/doc-windows-home-env:
git.txt: fix heading line of tildes
| -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 81498393af..e89a91dd0d 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: |
