Git Clients

git-who – command-line Git analysis tool

git-who is a command-line Git analysis tool that extends the idea of git blame from individual lines to whole file trees.

It helps developers identify who has contributed most to a repository, subdirectory, component, branch, tag, or revision range by walking the commit history and summarizing authorship across broader areas of a codebase.

This is free and open source software.

Key Features

  • Shows contribution tables for Git repositories, paths, branches, tags, and revision ranges.
  • Provides a tree view that annotates directories and files with the most significant contributor.
  • Includes a history view that displays commit activity as a timeline-style bar chart.
  • Supports sorting by last edit, first edit, number of commits, number of files modified, and lines changed.
  • Offers filtering by author, excluded author, date range, path, and Git pathspecs.
  • Can be run as a Git subcommand with git who.
  • Offers precompiled binaries, Homebrew installation, Docker usage, and installation with Go.
  • Cross-platform support – runs under Linux, macOS, and Windows.

Website: github.com/sinclairtarget/git-who
Support:
Developer: Sinclair Target
License: MIT License

git-who demo

git-who is written in Go. Learn Go with our recommended free books and free tutorials.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments