diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2017-07-20 14:19:24 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-20 13:34:03 -0700 |
commit | b7ef54f273bb9d7e49cb5f6b4cd1d7f552434fe1 (patch) | |
tree | 8b0537e9ba247a26b6c10ecf5ccc0a8b42971378 | |
parent | RelNotes: mention "log: make --regexp-ignore-case work with --perl-regexp" (diff) | |
download | tgif-b7ef54f273bb9d7e49cb5f6b4cd1d7f552434fe1.tar.xz |
RelNotes: mention "sha1dc: optionally use sha1collisiondetection as a submodule"
To note that merely cloning git.git without --recurse-submodules
doesn't get you a full copy of the code anymore. See
5f6482d642 ("RelNotes: mention "log: make --regexp-ignore-case work
with --perl-regexp"", 2017-07-20).
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.14.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.14.0.txt b/Documentation/RelNotes/2.14.0.txt index c125f8fd68..7ed93bca37 100644 --- a/Documentation/RelNotes/2.14.0.txt +++ b/Documentation/RelNotes/2.14.0.txt @@ -235,6 +235,11 @@ Performance, Internal Implementation, Development Support etc. behaviour of the comparison function can be specified at the time a hashmap is initialized. + * The "collision detecting" SHA-1 implementation shipped with 2.13 is + now integrated into git.git as a submodule (the first submodule to + ship with git.git). Clone git.git with --recurse-submodules to get + it. For now a non-submodule copy of the same code is also shipped + as part of the tree. Also contains various documentation updates and code clean-ups. |