from Hacker News

Git evolve: tracking changes to changes (2022)

by nativecoinc on 3/17/23, 3:17 PM with 1 comments

  • by nativecoinc on 3/17/23, 3:17 PM

    Yet another meta-history tool, but this one is a supposed to be rolled into git(1) itself, so that tools like git-commit, git-rebase, and others will work with it.

    See also: https://github.com/git-series/git-series/

    See also: `git range-diff` used between versions of a branch (regular branches: manual checkouts like `feature-v3`)

    See also: probably others