Git evolve: tracking changes to changes (2022)lwn.net 4 pointsnativecoinc3 years ago1 commentSaveHideCopy link On HNComments−nativecoincOP3yYet 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
Comments
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