Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brittle email detection in git-blame output #35

Closed
GoogleCodeExporter opened this issue Aug 23, 2015 · 1 comment
Closed

Brittle email detection in git-blame output #35

GoogleCodeExporter opened this issue Aug 23, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Thank you. Applied with revision b20f15e794eb.

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants