/repowatch

Visualize git repository authors over time

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

repowatch

This tool lets you visualize who is committing to git repos over time. It collects all the pairs of name + email associated with commits, assigns a unique identifier + color, and prints the symbol for the owner of each commit in the repository.

You can also use the -committer flag to see who committed the change.

Example

The infamous xz repo with the -committer flag set.

Example of repowatch output in the xz repo

Usage

./repowatch [-committer] [repo path]