read the unified diff and apply to files that may have whitespace changes compared to original. The aim is to experiment with structured source control. The first immediate use is to be able to more easily cherry-pick code changes between branches in a big project.
an experiment in making an SFTP server that is not tied to openssh, to implement more flexibility like more granular access control, different storage backend etc.
1) https://github.com/ayourtch/tbpatch
read the unified diff and apply to files that may have whitespace changes compared to original. The aim is to experiment with structured source control. The first immediate use is to be able to more easily cherry-pick code changes between branches in a big project.
2) https://github.com/ayourtch/flex-sftp-server
an experiment in making an SFTP server that is not tied to openssh, to implement more flexibility like more granular access control, different storage backend etc.