We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pythia/modules/process-file.js
Line 26 in 9d5b57b
This should be more reliable and require less parsing.
git blame --line-porcelain --follow -w HEAD~1 -- $1 2> /dev/null |\ grep '^author-mail' |\ sed 's/^author-mail <\(.*\)>.*/\1/' |\ sort |\ uniq -c |\
It outputs repeated blocks of text like this:
author Charley Smith author-mail <[email protected]> author-time 1455249233 author-tz -0700 committer Charley Smith committer-mail <[email protected]> committer-time 1455311326 committer-tz +0000 summary doc: xxxxxxxx previous xxxxxxxx README.md filename README.md # Quickstart to xxxxxx xxxxxx 2 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pythia/modules/process-file.js
Line 26 in 9d5b57b
This should be more reliable and require less parsing.
It outputs repeated blocks of text like this:
The text was updated successfully, but these errors were encountered: