On Mon, Dec 09, 2019 at 05:47:42AM +0000, Jacob Louis Prosser wrote: > Hey all, > > I started working on my own version control system working with patch/diff. > Each commit is just a patch changing the last commit's files to the new ones. > It is currently implemented as a collection of shell scripts > https://gitlab.com/jacobprosser8/svcs. The implementation is god awful as I > am not the best shell scripter, feel free to yell at me.
This reminds me of quilt: https://savannah.nongnu.org/projects/quilt BR, David