Sign in
◑
Theme
opensecura
/
3p
/
nanopb
/
nanopb
/
b97aa657a706d3ba4a9a6ccca7043c9d6fe41cba
/
.
/
tools
/
list_authors.sh
blob: f9391f52342cc637dc7cfb08f5f5c7481cb38f2d [
file
]
#!/bin/bash
sed
-
ir
'/^\s*$/d'
AUTHORS
.
txt
# Remove empty lines
echo
"New authors:"
git log
--
format
=
'%aN <%aE>'
|
grep
-
vFf AUTHORS
.
txt
|
sort
-
u