twig
- 11 Devlogs
- 81 Total hours
Will edit later!
will edit later!
Will edit later
Will edit later
Even bigger devlog coming soon…
hi everyone. BIG 5 hour log coming up, and this will be edited accordingly. I just don’t have the time at the moment to write it all down.
Commits now generate a new tree, and the commits point to that tree. Any directories without changes will have the same trees, and therefore the commit will point to a changed tree etc. until it points back to the unchanged tree.
Also, I am officially renaming this project! I picked chimp because i wanted it to fit the theme with another tool I built that was monkey related. However, it doesnt fit well to me so rename coming soon…
Added commit feature. It takes a message and hashes any new files or any files with changes made. Next session, I need to make it so it also generates a new tree per commit.
chimp now stores the file tree of which hash is which file in a sqllite database!
The init command now follows through the entire directory, all subfolders and files and hashes them. next step is to make a tree map that tells you which hash is what file. For that next step, i spent some time messing around with sqllite which is what i will be using to store that tree map.
I started with the first command for my “git” clone, which is init and test hashes + file writing abiliies. Also implemented some other test commands.