toolgit VS git-blameall

Compare toolgit vs git-blameall and see what are their differences.

git-blameall

Shows every line that was ever in the file, along with information about when it was added or deleted. (by gnddev)
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
toolgit git-blameall
2 6
546 34
0.0% -
7.1 0.0
4 days ago over 3 years ago
Python Python
The Unlicense -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

toolgit

Posts with mentions or reviews of toolgit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-03.

git-blameall

Posts with mentions or reviews of git-blameall. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-18.
  • Show HN: "Git who" – A new CLI tool for industrial-scale Git blaming
    12 projects | news.ycombinator.com | 18 Mar 2025
    I've been carrying around a copy of "git blameall" for years - looks like https://github.com/gnddev/git-blameall is the same one - that basically does this, but keeps it all interleaved in one output (which works pretty well for archeology, especially if you're looking at "work hardened" code.)

    (Work hardening is a metalworking term where metal bent back and forth (or hammered) too much becomes brittle; an analogous effect shows up in code, where a piece of code that has been bugfixed a couple of times will probably be need more fixes; there was a published result a decade or so back about using this to focus QA efforts...)

  • ToolGit: A collection of scripts that extend Git with various sub-commands
    5 projects | news.ycombinator.com | 3 Nov 2024
    The most useful git extra command I know of is git blameall from https://github.com/gnddev/git-blameall but apparently it's just me because when the time came I needed to port it to Python 3 but oh well :)

    Here's a part of Drupal index.php: https://i.imgur.com/Xw4OAEC.png

  • So You Think You Know Git – Git Tips and Tricks by Scott Chacon
    6 projects | news.ycombinator.com | 13 Feb 2024
    Thanks, I knew about -committerdate but not that you can set it as default sort, super useful. A few notes...

    1. git columns gets real confusing if you have more data than fits the screen and you need to scroll. Numbers would help...

    2. git maintenance sounds great but since I do a lot of rebases and stuff, I am worried: does this lose loose objects faster than gc would? I see gc is disabled but it's not clear.

    3. Regarding git blame a little known but super useful script is https://github.com/gnddev/git-blameall . (I mean, it's so little known I myself needed to port it to Python 3 and I am no Python developer by any stretch.)

  • How I debugged and fixed git-grep macOS UTF-8 support
    1 project | /r/programming | 12 Oct 2022
    The author mentions git blame which is indeed an important tool but in more complex codebases it's entire possible the original introduction would require several steps because the code was refactored since. For this, git blameall is a wonderful and almost completely unknown utility. https://github.com/gnddev/git-blameall Yours truly did a quick Python 3 port this January, mostly using the automated toolset for it and the author, much to my surprise, committed it in a week despite the last commit was in 2013. So the project is not dead :)
  • Fossil: Battery Included Git Alternative
    4 projects | news.ycombinator.com | 26 Mar 2022
    Does anyone know whether git blameall https://github.com/ddev/git-blameall is easy to do with Fossil? It's a lesser known tool but I found it incredibly useful (hence why I did the Python 3, mostly automated tools but still).
  • Ignoring bulk change commits with Git blame
    5 projects | news.ycombinator.com | 29 Jun 2021

What are some alternatives?

When comparing toolgit and git-blameall you can also consider the following projects:

git-split - A TUI commit splitting tool for git

cregit

git-extras - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more

git-who - Git blame for file trees

git-praise - Use git-praise to find out who to thank for that magical piece of code.

tokdiff - Tokenizer-based character diff tool

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured

Did you know that Python is
the 2nd most popular programming language
based on number of references?