oboking / gitinspector

Automatically exported from code.google.com/p/gitinspector
GNU General Public License v3.0
0 stars 0 forks source link

Brittle email detection in git-blame output #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The email search regular expression in the git-blame output can be tripped by a 
similar pattern appearing in the source code. The supplied patch fixes the 
problem, and should also consume less CPU time.

Using --line-porcelain as the git-blame output format would be even better, but 
this would require more extensive changes.

Original issue reported on code.google.com by d...@aueb.gr on 23 Oct 2014 at 1:36

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you. Applied with revision b20f15e794eb.

Original comment by gitinspe...@ejwa.se on 3 Nov 2014 at 9:15