This project aims to create an extremely lightweight version control system with only POSIX compliant, public domain, C (std=c99) code. Only the very basic functionalities of a version control system will be implemented.
Run make to build the project for distribution. Run make d to build for debugging.
Work in progress.
Traditional version control systems such as Git and SVN are too heavyweight.