...It modifies both the author and committer information of a commit, making it appear as though another contributor is responsible for the changes. While not intended for production repositories, it demonstrates how Git’s metadata can be manipulated for fun or demonstration purposes. The project highlights how easily commit authorship can be altered, serving as both a lighthearted tool and a reminder about the importance of trust in version control history. It’s written in shell script and is lightweight, requiring only Git and basic system tools to run. ...
blob archive and vcs tool similar to git, hg, git-annex or boar
This is a kind of vcs or archive tool mainly desinged for binary data.
It is similar to vcs tools like git, hg, git-annex or boar.
Main design goal ist
- to deal with hugh binary data files
- partial pull/push handling
- immutable data archive
- simple metadata format of archive
- due to immutability other backup tools like rsync or copy could be used alternatively
- platform independent