Re: 30min Script in git 2.7.4 takes 22+ hrs in git 2.9.3

2017-04-27 Thread Jeff King
On Thu, Apr 27, 2017 at 04:09:56PM -0400, Jeff King wrote: > On Thu, Apr 27, 2017 at 12:36:54PM -0400, Robert Stryker wrote: > > > The problem: the script takes 30 minutes for one environment > > including git 2.7.4, and generates a repo of about 30mb. When run by > > a coworker using git 2.9.

Re: 30min Script in git 2.7.4 takes 22+ hrs in git 2.9.3

2017-04-27 Thread Jeff King
On Thu, Apr 27, 2017 at 12:36:54PM -0400, Robert Stryker wrote: > The problem: the script takes 30 minutes for one environment > including git 2.7.4, and generates a repo of about 30mb. When run by > a coworker using git 2.9.3, it takes 22+ hours and generates a 10gb > repo. > > Clearly someth

30min Script in git 2.7.4 takes 22+ hrs in git 2.9.3

2017-04-27 Thread Robert Stryker
Hi all: The following script attempts to merge 4 git repos into one, maintaining tag and branch content (but not SHAs). Each original repo basically gets its own subfolder in the new one. Original repos are first rewritten to have their history think they always belonged in the target subfolder.