From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Narebski Subject: Re: VCS comparison table Date: Fri, 20 Oct 2006 13:09:36 +0200 Organization: At home Message-ID: References: <9e4733910610140807p633f5660q49dd2d2111c9f5fe@mail.gmail.com> <45357411.20500@utoronto.ca> <200610180246.18758.jnareb@gmail.com> <45357CC3.4040507@utoronto.ca> <4536EC93.9050305@utoronto.ca> <87lkncev90.wl%cworth@cworth.org> <453792A8.1010700@utoronto.ca> <878xjc2qeb.wl%cworth@cworth.org> <453803E6.2060309@utoronto.ca> <87ods727pn.wl%cworth@cworth.org> <45382120.9060702@utoronto.ca> <45387F04.5010101@research.canon.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Cc: git@vger.kernel.org X-From: bazaar-ng-bounces@lists.canonical.com Fri Oct 20 13:10:46 2006 Return-path: Envelope-to: gcvbg-bazaar-ng@m.gmane.org Received: from esperanza.ubuntu.com ([82.211.81.173]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GasGu-0006j5-Ke for gcvbg-bazaar-ng@m.gmane.org; Fri, 20 Oct 2006 13:10:41 +0200 Received: from localhost ([127.0.0.1] helo=esperanza.ubuntu.com) by esperanza.ubuntu.com with esmtp (Exim 4.60) (envelope-from ) id 1GasGg-00005q-N9; Fri, 20 Oct 2006 12:10:27 +0100 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by esperanza.ubuntu.com with esmtp (Exim 4.60) (envelope-from ) id 1GasGa-00005S-R9 for bazaar-ng@lists.canonical.com; Fri, 20 Oct 2006 12:10:20 +0100 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GasGH-0006Ye-UH for bazaar-ng@lists.canonical.com; Fri, 20 Oct 2006 13:10:02 +0200 Received: from host-81-190-23-110.torun.mm.pl ([81.190.23.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Oct 2006 13:10:01 +0200 Received: from jnareb by host-81-190-23-110.torun.mm.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Oct 2006 13:10:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: bazaar-ng@lists.canonical.com Followup-To: gmane.comp.version-control.git X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: host-81-190-23-110.torun.mm.pl Mail-Copies-To: jnareb@gmail.com User-Agent: KNode/0.10.2 X-BeenThere: bazaar-ng@lists.canonical.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: bazaar-ng discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bazaar-ng-bounces@lists.canonical.com Errors-To: bazaar-ng-bounces@lists.canonical.com Archived-At: Johannes Schindelin wrote: > On Fri, 20 Oct 2006, Lachlan Patrick wrote: > >> How does git disambiguate SHA1 hash collisions? > > It does not. You can fully expect the universe to go down before that > happens. Or you can compile git with COLLISION_CHECK >>From Makefile: # 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.