/
githubmirror
/
elfutils
Обзор
Документация
Войти
/
githubmirror
/
elfutils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
AUTHORS.sh
12 строк
358 B
Frank Ch. Eigler
AUTHORS: Use generator script & git mailmap
25 апр 2022, 02:39
25 апр 2022, 02:39
7282332
Код
Авторство
О чём код?
#! /bin/sh # Create the AUTHORS file, by searching the git history. # Run as "AUTHORS.sh" to get complete history # Run with "AUTHORS.sh commitish..commitish" for history between tags # shortlog will canonicalize the names using the file .mailmap git shortlog -s ${1-} | sed -e 's, via Elfutils-devel,,' | cut -b8- | # strip the commit counts sort | uniq