我正在寻找一些好的工具/脚本,允许我从git存储库生成一些统计数据。我在一些代码托管网站上看到过这个功能,它们包含了这样的信息……
每个作者提交 每天/每周/每年/等等提交。 代码行数随时间变化 图 ... 更
基本上,我只是想了解我的项目随着时间的推移增长了多少,哪个开发人员提交了最多的代码,等等。
我正在寻找一些好的工具/脚本,允许我从git存储库生成一些统计数据。我在一些代码托管网站上看到过这个功能,它们包含了这样的信息……
每个作者提交 每天/每周/每年/等等提交。 代码行数随时间变化 图 ... 更
基本上,我只是想了解我的项目随着时间的推移增长了多少,哪个开发人员提交了最多的代码,等等。
当前回答
Git-bars可以显示“每天/每周/每年/等等提交”。
您可以使用pip install git-bars (cf. https://github.com/knadh/git-bars)安装它。
输出如下所示:
$ git-bars -p month
370 commits over 19 month(s)
2019-10 7 ▀▀▀▀▀▀
2019-09 36 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2019-08 7 ▀▀▀▀▀▀
2019-07 10 ▀▀▀▀▀▀▀▀
2019-05 4 ▀▀▀
2019-04 2 ▀
2019-03 28 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2019-02 32 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2019-01 16 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-12 41 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-11 52 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-10 57 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-09 37 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-08 17 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-07 1
2018-04 7 ▀▀▀▀▀▀
2018-03 12 ▀▀▀▀▀▀▀▀▀▀
2018-02 2 ▀
2016-01 2 ▀
其他回答
Git-bars可以显示“每天/每周/每年/等等提交”。
您可以使用pip install git-bars (cf. https://github.com/knadh/git-bars)安装它。
输出如下所示:
$ git-bars -p month
370 commits over 19 month(s)
2019-10 7 ▀▀▀▀▀▀
2019-09 36 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2019-08 7 ▀▀▀▀▀▀
2019-07 10 ▀▀▀▀▀▀▀▀
2019-05 4 ▀▀▀
2019-04 2 ▀
2019-03 28 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2019-02 32 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2019-01 16 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-12 41 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-11 52 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-10 57 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-09 37 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-08 17 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2018-07 1
2018-04 7 ▀▀▀▀▀▀
2018-03 12 ▀▀▀▀▀▀▀▀▀▀
2018-02 2 ▀
2016-01 2 ▀
快速搜索谷歌,我找到了:http://gitstats.sourceforge.net/
你试过这个项目吗?我相信有类似的项目。
只是想把gitqlite添加到这里的混合答案中,这是一个命令行工具,允许对git数据执行SQL查询,比如SELECT * FROM commit WHERE author_name = 'foo'等。
完全公开,我是项目的创建者/维护者!
我试过http://gitstats.sourceforge.net/,开始很有趣。
一旦git克隆git://repo.or.cz/gitstats。Git完成后,进入该文件夹,并输入gitstats < Git repo location> <report output folder>(为report创建一个新文件夹,因为这会生成很多文件)
这里是一个快速的数据列表:
活动 一天中的每一小时 星期几 作者 作者名单 月作者 年度最佳作者 文件 按日期计算文件数量 扩展 行 代码行数 标签
Repostat是gitstats工具的一个增强的分支。
我不确定它是否以任何方式与pypi上同名的项目相关,所以你最好从GitHub下载最新版本并将其安装到你的Python环境中。
截至2019年11月,在PATH中提供gnuplot后,我能够在Windows 7下使用v1.2.0。
usage: repostat [-h] [-v] [-c CONFIG_FILE] [--no-browser] [--copy-assets]
git_repo output_path
Git repository desktop analyzer. Analyze and generate git statistics in HTML
format
positional arguments:
git_repo Path to git repository
output_path Path to an output directory
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-c CONFIG_FILE, --config-file CONFIG_FILE
Configuration file path
--no-browser Do not open report in browser
--copy-assets Copy assets (images, css, etc.) into report folder
(report becomes relocatable)