]> sourceware.org Git - systemtap.git/blame - AUTHORS.sh
RHBZ2297063: stap-prep should not have DEBUGINFOD_PROGRESS chattiness
[systemtap.git] / AUTHORS.sh
CommitLineData
71f4000b
FCE
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
84212c8c
JS
8# shortlog will canonicalize the names using the file .mailmap
9git shortlog -s ${1-} |
10cut -b8- # strip the commit counts
This page took 0.100556 seconds and 6 git commands to generate.