diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-05-29 15:12:20 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-29 15:12:20 -0700 |
commit | 1aa69c73577df21f5e37e47cc40cf44fc049121e (patch) | |
tree | 4376da82540171f213684d51549e605ba5dee503 | |
parent | 2dfa5a16b07ec7b0cde342cfaf8bdaf72131b26e (diff) | |
parent | ed11a5a7de51a0eac798fee0f7be6ca808896130 (diff) |
Merge branch 'bc/sha-256-part-1-of-4'
Docfix.
* bc/sha-256-part-1-of-4:
Documentation: correct hash environment variable
-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 9d6769e95a..12890841c4 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -493,7 +493,7 @@ double-quotes and respecting backslash escapes. E.g., the value details. This variable has lower precedence than other path variables such as GIT_INDEX_FILE, GIT_OBJECT_DIRECTORY... -`GIT_DEFAULT_HASH_ALGORITHM`:: +`GIT_DEFAULT_HASH`:: If this variable is set, the default hash algorithm for new repositories will be set to this value. This value is currently ignored when cloning; the setting of the remote repository |