1

私は 1 年前に完全な RoR 初心者として非常に経験豊富な開発者チームに参加しました。

リポジトリ全体で git Blame を使用してから、ユーザー名を grep できると思いますが、壁にぶつかっています。

4

1 に答える 1

1

多くの git 統計ツールがあります。それらが必要な仕事をしているかどうかを確認してください。こことここをクリックしてください

編集:

これらのツールの 1 つを見つけに行ったところ、それがあなたにぴったりであることがわかりました。gitinspector、以下はそのテキスト出力形式です:

$ ./gitinspector.py -wTHl /path/to/some/git/repository
The following historical commit information, by author, was found in the repository:

Author               Commits   Insertions   Deletions   % of changes
John Smith               288         7721        4617          39.19
James Johnson            135         8910        2422          35.99
Robert Brown              71         2564        1352          12.44
Michael Davids           134         2943         954          12.38

Below are the number of rows from each author that have survived and are still intact in the current revision:

Author                     Rows   % in comments
John Smith                 3533           22.02
James Johnson              6113           52.15
Robert Brown               1123           21.19
Michael Davids             1464           20.15

The following history timeline has been gathered from the repository:

Author                  2012W37    2012W38    2012W39    2012W40    2012W41    2012W42    2012W43
John Smith             --++++++      --+++   --++++++       -+++   ---+++++  ----+++++          .
James Johnson                 +   -+++++++       ++++  -++++++++       --++     --++++   -+++++++
Robert Brown                         --+++          +          .       -+++          +          .
Michael Davids                         +++         ++          +          +          +          .
Modified Rows:             1522       3832       7553       6143       5833       5123       1477            

The extensions below were found in the repository history (extensions used during statistical analysis are marked):
xml [java] pdf txt css
于 2013-08-13T02:21:35.113 に答える