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
When git-contribs is run against a clone of the oh-my-zsh repository, it throws this:
➜ oh-my-zsh (master) > git contribs Name Commits Lines Added Lines Deleted Marc Cornellà 421 8424 5422 Robby Russell 132 1177 629 Andrew Janke 82 7612 2716 ... ... ... Traceback (most recent call last): File "/home/gautam/play/git_scripts/git-contribs", line 57, in <module> num_additions, num_deletions, file_name = stats_entry.split('\t') ValueError: not enough values to unpack (expected 3, got 1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When git-contribs is run against a clone of the oh-my-zsh repository, it throws this:
The text was updated successfully, but these errors were encountered: