Extract contributor emails from git repositories.
cargo install --path .whogit <repo_url_or_path>whogit https://github.com/user/repo.git
whogit .
whogit --show-noreply https://github.com/user/repo.git
whogit --format json https://github.com/user/repo.git| Flag | Description |
|---|---|
--show-noreply |
Include @users.noreply.github.com emails |
--format json |
Save results to whogit.json |
