Go to file
2024-07-21 16:46:27 -07:00
libwyag.py Allow first commit in repo 2024-07-20 09:29:52 -07:00
readme.txt Add readme 2024-07-21 16:46:27 -07:00
wyag.py Add initial files 2024-07-04 16:23:05 -07:00

This is an implementation of alternate git internals where trees point to subcommits rather than other trees. This allows subdirectory history tracking to be baked into the repository structure.

This is based on Write Yourself a Git (https://wyag.thb.lt/)

Note that this requires >= Python 3.10