/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v18.2.0
scripts/authors
10 строк
284 B
Paul O’Shannessy
AUTHORS
10 сен 2013, 10:42
10 сен 2013, 10:42
63b58cf
Код
Авторство
О чём код?
#!/usr/bin/env sh # Generate an AUTHORS file based on the output of git shortlog. It uses ABC # order, strips out leading spaces and numbers, then filters out specific # authors. git shortlog -se \ | perl -spe 's/^\s+\d+\s+//' \ | sed -e '/^CommitSyncScript.*$/d' \ > AUTHORS