Closed aredridel closed 10 years ago
but don't have to use submodules
Can you still clarify why don't you like git submodules, please?
BTW I almost finished tree-construction-test.js
script rewriting.
submodules push the effort out on to the user (git submodule update --init
and all that bother), and frankly, I find them to be a pain in the ass with the way they work. It's poorly integrated, and this way, it's all just trees and commits.
And awesome on the rewrite of tree-construction-test.js
!
This adds the test data and subtree merges the history, so we can update the tests in the future easily, but don't have to use submodules.