mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Update links and branches
This commit is contained in:
parent
3755f0cb24
commit
5bdcf64237
6 changed files with 5 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue