作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我在 Windows 上使用 gitstats 我正在尝试获取当月的统计信息但是 gitstats 仍然返回从项目创建到现在的统计信息我正在执行这个命令:
git log --since "1 month ago"
这给了我一个月前的提交直到日期,我复制第一个 commit_id 然后执行
python gitstats.py -c commit_begin="commit_id_got_from_above" path_to_git_repo path_to_target
我的问题看起来与此类似,但我也尝试过 How can I get the total lines committed today in git?
最佳答案
为了让它工作,我确实修改了 gitstats 的第 75 行,来自
def getlogrange(defaultrange = 'HEAD', end_only = True):
到
def getlogrange(defaultrange = 'HEAD', end_only = False):
关于Gitstats commit_begin 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33283959/
我在 Windows 上使用 gitstats 我正在尝试获取当月的统计信息但是 gitstats 仍然返回从项目创建到现在的统计信息我正在执行这个命令: git log --since "1 mon
我是一名优秀的程序员,十分优秀!