Andy Parkins <andyparkins@xxxxxxxxx> writes: > On Thursday 2007 June 21, Johannes Schindelin wrote: > >> > would let people keep their copies. What I was objecting to was the >> > idea that any repository with duplicate files was "stupid". >> >> FWIW I find it stupid, too. > > Thanks very much. Okay, as I've been put in the position of defending this, > let me give you the use case that has cropped up for me to do this stupid > thing. Well, why look so far to find an example of people having identical files in their tree? $ cd git $ git-ls-files -z | xargs -0 md5sum | cut -f 1 -d ' ' | wc -l 973 $ git-ls-files -z | xargs -0 md5sum | cut -f 1 -d ' ' | sort | uniq | wc -l 964 $ -- Matthieu - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html