Out of curiosity, in the tcl repository I found 2 8-long collisions. I don't have anything bigger to test. This is what I used:
select substr(uuid, 1, 8) a, count(*) b from blob group by a having b>1 order by b; On Wed, Mar 26, 2014 at 1:01 PM, Jan Nijtmans <[email protected]>wrote: > 2014-03-26 11:42 GMT+01:00 Baruch Burstein <[email protected]>: > > On Wed, Mar 26, 2014 at 12:30 PM, Richard Hipp <[email protected]> wrote: > >> But, as the longest collision I've yet seen is only 4 characters, I > never > >> have gotten around to modifying the display logic. > >> > > Just for the record: Fossil itself has a 7 character collision. I didn't > > check the netbsd repositories. > > < > http://fossil-scm.org/index.html/info/a16236e70dafc57f564b20f35670afad02a8fc7a > > > > A "fossil rebuild" is necessary for this to appear in the ticket > hyperlinks as well. > > Regards, > Jan Nijtmans > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

