diff options
author | Jeff King <peff@peff.net> | 2017-03-16 18:08:49 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-16 15:16:45 -0700 |
commit | c0c20060af3dfc55258e0b9168e0d9c564b5bdfd (patch) | |
tree | 018a9b4398e3e4de09a8c088cc1478cdb561598e /Documentation/everyday.txto | |
parent | sha1dc: adjust header includes for git (diff) | |
download | tgif-c0c20060af3dfc55258e0b9168e0d9c564b5bdfd.tar.xz |
sha1dc: disable safe_hash feature
The safe_hash feature is designed to make sha1dc a drop-in
replacement for sha1, where colliding entries will get a
permuted hash to un-collide them. However, since we're
handling the collision case ourselves, this isn't helpful
(and is actually harmful, as it means you get the wrong
object id if you want to show it in a log message).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/everyday.txto')
0 files changed, 0 insertions, 0 deletions