summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-26 18:15:03 -0700
committerJunio C Hamano <gitster@pobox.com>2020-03-26 18:15:03 -0700
commit1291d1a1ed65a3d56c1c3dae7e3d1770eeba618c (patch)
treef226feddd6d36e361726b8e4de69d41eab341d28 /git.txt
parent357906b72afda4a1350f2cda79d502d04e2a5f3a (diff)
downloadgit-htmldocs-1291d1a1ed65a3d56c1c3dae7e3d1770eeba618c.tar.gz
Autogenerated HTML docs for v2.26.0-103-g3bab5
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/git.txt b/git.txt
index b0672bd80..9d6769e95 100644
--- a/git.txt
+++ b/git.txt
@@ -493,6 +493,12 @@ 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`::
+ 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
+ is used instead. The default is "sha1".
+
Git Commits
~~~~~~~~~~~
`GIT_AUTHOR_NAME`::