1 Star 0 Fork 27

dengkx/third_party_elfutils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AUTHORS.sh 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhanghaibo 提交于 2023-04-25 18:45 . upgrade to v0.188
#! /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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ksllh/third_party_elfutils.git
git@gitee.com:ksllh/third_party_elfutils.git
ksllh
third_party_elfutils
third_party_elfutils
master

搜索帮助