[PATCH] SHA1 naive collision checking
[gitweb.git] / Makefile
index 7c2c1b553e1ebe571e1f05113a6f04f59194c5b7..ac61a61b0e99203bd757b8aab7e11fc550197855 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,8 @@
+# -DCOLLISION_CHECK if you believe that SHA1's
+# 1461501637330902918203684832716283019655932542976 hashes do not give you
+# enough guarantees about no collisions between objects ever hapenning.
 CFLAGS=-g -O3 -Wall
+
 CC=gcc
 
 PROG=   update-cache show-diff init-db write-tree read-tree commit-tree \