Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix update-authors.py failing during pre-commit
Before this change, the pre-commit hook would always delete all of the authors in the AUTHORS files. This was because update-authors.py would get no output from the git shortlog command it ran which would result in update-authors.py crashing with an AttributeError.
- Loading branch information