Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
1396f7fe2c10fc3a55dcf472bb1effb46a44988b
/
.
/
tools
/
list_authors.sh
blob: f9391f52342cc637dc7cfb08f5f5c7481cb38f2d [
file
] [
log
] [
blame
]
#!/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