On 11/18/2015 12:55 PM, Michael Orlitzky wrote:
> 
> That's taking about half a second if I run it from the command-line.
> 

...and this takes even longer:

  cinfo = self.grab(['git', self._work_tree, 'diff-tree',
                     '--name-status',
                     '--no-renames',
                     '--format=%ct %cN <%cE>%n%B',
                     '--root',
                     '--relative=%s' % (cp, ),
                     '-r',
                     c,
                     '--', '.']).rstrip('\n').split('\n')

That happens for every commit.


Reply via email to