#who #file #familiar #likely #find #git #whoknows

程序 git-whoknows

生成一个文件可能熟悉的人的列表

1 个不稳定版本

0.1.0 2020年4月14日

#4#familiar

自定义许可证

22KB
200

git-whoknows - 查找“谁知道”一个文件

摘要

gitwhoknows[<options>] <path>

描述

描述谁可能熟悉一个文件

待办事项

  • 捕获最新的块日期
  • 捕获最早的块日期
  • 处理子模块及其 git-dirs
  • 允许表格输出
  • 添加排序列表的加权
  • 允许指定行以增加块的权重
  • 允许自定义加权方案
  • 允许更多 git-blame 选项

选项

  • -L <lines> - 专门用于一组行,可多次指定
  • --no-table/table - 以 ascii 表或逗号分隔的格式输出
  • --weight=<commits>,<lines>,<latest>,<earliest> - 不同度量指标的自定义加权

示例

有关文件的信息

> git whoknows src/main.rs
name, email, score, commits, lines, latest, earliest
Jayson Messenger, <jmessenger@gmail.com>, 12, 4, 10, 2020-04-10, 2019-02-01
John Smith, <jsmith@gmail.com>, 10, 2, 12, 2019-01-01, 2019-01-01

依赖关系

~17MB
~370K SLoC