Skip to content

Commit b7ef54f

Browse files
avargitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b18a38b commit b7ef54f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/RelNotes/2.14.0.txt

+5
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ Performance, Internal Implementation, Development Support etc.
235235
behaviour of the comparison function can be specified at the time a
236236
hashmap is initialized.
237237

238+
* The "collision detecting" SHA-1 implementation shipped with 2.13 is
239+
now integrated into git.git as a submodule (the first submodule to
240+
ship with git.git). Clone git.git with --recurse-submodules to get
241+
it. For now a non-submodule copy of the same code is also shipped
242+
as part of the tree.
238243

239244
Also contains various documentation updates and code clean-ups.
240245

0 commit comments

Comments
 (0)