On Thu, 14 Nov 2013 16:58:31 +0400 Лежанкин Иван <abyss.7@xxxxxxxxx> wrote: > Do you plan to implement the 64-bit support in git? - Right now I have > a problems sometimes with a huge repo and renaming detection. If I > merge more than 32768 files at once, then the renaming detection > fails, because of limitation inside git. The limitation is put by max > 32-bit value. > > I tweaked sources locally, to use 64-bit value as a number of merging > files - generally, it works. But I'm not so brave to try to replace it > everywhere in git. $ apt-cache policy git git: Installed: 1:1.7.10.4-1+wheezy1 Candidate: 1:1.7.10.4-1+wheezy1 Version table: *** 1:1.7.10.4-1+wheezy1 0 500 http://cdn.debian.net/debian/ wheezy/main amd64 Packages 100 /var/lib/dpkg/status Notice the amd64 arch. So what the question really is about? If you have found a place where Git explicitly uses a 32-bit integer where it would better be using a 64-bit one, please propose a patch to discuss. -- 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