git-blameall VS git-extras

Compare git-blameall vs git-extras 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)

git-extras

GIT utilities -- repo summary, repl, changelog population, author commit percentages and more (by tj)
Git
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
git-blameall git-extras
4 16
34 16,729
- -
0.0 7.7
over 2 years ago 6 days ago
Python Shell
- MIT License
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.

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 2024-02-13.
  • 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

git-extras

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

What are some alternatives?

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

cregit

githug - Git your game on!

tokdiff - Tokenizer-based character diff tool

GitUp - The Git interface you've been missing all your life has finally arrived.

diff-so-fancy - Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada:

angular-styleguide - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.

git-fire - :fire: Save Your Code in an Emergency

git-branchless - High-velocity, monorepo-scale workflow for Git

git-open - Type `git open` to open the GitHub page or website for a repository in your browser.

redux - A JS library for predictable global state management

Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

Git - Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.