summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5caf923)
raw | patch | inline | side by side (parent: 5caf923)
author | Brian Gernhardt <benji@silverinsanity.com> | |
Wed, 20 Dec 2006 03:25:13 +0000 (22:25 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 20 Dec 2006 05:33:35 +0000 (21:33 -0800) |
It's rather misleading to have configuration options that don't do
anything. If someone adds collision checking they might also want to
restore this option.
Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
anything. If someone adds collision checking they might also want to
restore this option.
Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/Makefile b/Makefile
index 8919dabc781867e121238dd8dd0a05a8ac02586e..76511045a80cf5da72851d8194742de56282d953 100644 (file)
--- a/Makefile
+++ b/Makefile
# Define NO_ACCURATE_DIFF if your diff program at least sometimes misses
# a missing newline at the end of the file.
#
-# Define COLLISION_CHECK below if you believe that SHA1's
-# 1461501637330902918203684832716283019655932542976 hashes do not give you
-# sufficient guarantee that no collisions between objects will ever happen.
-#
# Define USE_NSEC below if you want git to care about sub-second file mtimes
# and ctimes. Note that you need recent glibc (at least 2.2.4) for this, and
# it will BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely
diff --git a/configure.ac b/configure.ac
index 34e34789bd295d0e06e548c797acc73889928053..e153d5382364def42fa062a39148a696e2e49785 100644 (file)
--- a/configure.ac
+++ b/configure.ac
## --enable-FEATURE[=ARG] and --disable-FEATURE
#
-# Define COLLISION_CHECK below if you believe that SHA1's
-# 1461501637330902918203684832716283019655932542976 hashes do not give you
-# sufficient guarantee that no collisions between objects will ever happen.
-#
# Define USE_NSEC below if you want git to care about sub-second file mtimes
# and ctimes. Note that you need recent glibc (at least 2.2.4) for this, and
# it will BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely