git.js
git.js copied to clipboard
html filesystem API?
Any plans for supporting a backend that uses the HTML5 filesystem API? Or possibly even local storage somehow? I think this would be very useful, for example to give web apps a git-backed revision system.
Would love to help out with this project somehow, although I am very new to js and not too familiar with git internals.
Eric
This is a good idea. I actually hadn't come across the HTML5 Filesystem API before, so thanks for that :)
I guess that means we'll need to abstract the filesystem in git.js, so we can use either the real filesystem of the HTML5 filesystem.