Update links and branches

This commit is contained in:
Matthew Esposito 2024-01-02 16:45:31 -05:00
parent 3755f0cb24
commit 5bdcf64237
No known key found for this signature in database
6 changed files with 5 additions and 9 deletions

View file

@ -9,7 +9,7 @@
set -o pipefail
cd "$(dirname "${BASH_SOURCE[0]}")/../" || exit 1
git --no-pager log --pretty='%an <%ae>%n%cn <%ce>' master \
git --no-pager log --pretty='%an <%ae>%n%cn <%ce>' main \
| sort -t'<' -u -k1,1 -k2,2 \
| grep -Fv -- 'GitHub <noreply@github.com>' \
> CREDITS