caseycas / gitcproc

Tool for analyzing git log messages and diffs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Master Script

caseycas opened this issue · comments

Currently we have three separate tools to produce the data logs:

  1. The GitHub project download (Java)
  2. The git log producer (python)
  3. The git log parser (python)

We need a master script that will link the three together so users need only to run one script.

gitcproc.py fulfills this role and is described on the README. It is open to parallelization, but we can open a new issue for that later.