aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorAdam Majer <adamm@zombino.com>2023-07-31 15:42:02 +0200
committerJunio C Hamano <gitster@pobox.com>2023-07-31 09:11:04 -0700
commit8e42eb0e9ae44f65c360cd95ce28e84496ad8247 (patch)
tree7b2e42e0db87442e99454d34274d36e1b1ec6937 /Documentation/git.txt
parentcba07a324d2cda06dd7a7b35b4579f800de024aa (diff)
downloadgit-8e42eb0e9ae44f65c360cd95ce28e84496ad8247.tar.gz
doc: sha256 is no longer experimental
Remove scary wording that basically stops people using sha256 repositories not because of interoperability issues with sha1 repositories, but from fear that their work will suddenly become incompatible in some future version of git. We should be clear that currently sha256 repositories will not work with sha1 repositories but stop the scary words. Signed-off-by: Adam Majer <adamm@zombino.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index f0cafa2290..11228956cd 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -553,8 +553,8 @@ double-quotes and respecting backslash escapes. E.g., the value
If this variable is set, the default hash algorithm for new
repositories will be set to this value. This value is
ignored when cloning and the setting of the remote repository
- is always used. The default is "sha1". THIS VARIABLE IS
- EXPERIMENTAL! See `--object-format` in linkgit:git-init[1].
+ is always used. The default is "sha1".
+ See `--object-format` in linkgit:git-init[1].
Git Commits
~~~~~~~~~~~