Re: [PATCH] subtree: performance improvement for finding unexpected parent commits

2018-10-12 Thread Junio C Hamano
Roger Strain writes: > After testing a previous patch at larger scale, a performance issue was > detected when using git show to locate parent revisions, with a single > run of the git show command taking 2 seconds or longer in a complex repo. > When the command is required tens or hundreds of ti

RE: [PATCH] subtree: performance improvement for finding unexpected parent commits

2018-10-12 Thread Strain, Roger L.
Original failed to include the note that this patch is for the 'next' branch, my apologies. > -Original Message- > From: Roger Strain > Sent: Friday, October 12, 2018 8:52 AM > To: git@vger.kernel.org > Cc: Strain, Roger L. > Subject: [PATCH] subtree: performance improvement for finding