debuginfod: fix http_requests_total{type="debuginfo"} when dwz is used
[platform/upstream/elfutils.git] / AUTHORS.sh
1 #! /bin/sh
2
3 # Create the AUTHORS file, by searching the git history.
4
5 # Run as "AUTHORS.sh" to get complete history
6 # Run with "AUTHORS.sh commitish..commitish" for history between tags
7
8 # shortlog will canonicalize the names using the file .mailmap
9 git shortlog -s ${1-} |
10 sed -e 's, via Elfutils-devel,,' |
11 cut -b8- | # strip the commit counts
12 sort | uniq