Hi Junio, On Wed, 13 Apr 2016, Junio C Hamano wrote: > Mike Hommey <mh@xxxxxxxxxxxx> writes: > > > Should git-rebase use full sha-1s under the hood to avoid these type of > > races? > > It already should be doing so since Aug 2013, IIRC. Indeed. It is one of the things that makes interactive rebases so unbearably slow on Windows (because that transformation results in tons of spawned processes, which is slow on Windows, and even worse: tons of POSIX-emulated processes, which is even slower). Ciao, Dscho -- 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