diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-01-06 17:23:29 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-01-06 17:23:29 +0100 |
commit | 1fa37a06082584d4087937467ad3f3b0f0f31905 (patch) | |
tree | 21f0eb313f9b67219e169e79e6a13388dd10e3af /Documentation | |
parent | Merge branch 'master' of https://github.com/j6t/gitk (diff) | |
parent | git.txt: fix heading line of tildes (diff) | |
download | git-1fa37a06082584d4087937467ad3f3b0f0f31905.tar.xz git-1fa37a06082584d4087937467ad3f3b0f0f31905.zip |
Merge branch 'mh/doc-windows-home-env'
Docfix.
* mh/doc-windows-home-env:
git.txt: fix heading line of tildes
Diffstat (limited to 'Documentation')
-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: |