Hacker News new | ask | show | jobs
by rightos 3170 days ago
> We need issues, pull requests, comments, milestones, wiki, etc... all to be decentralized. No reason this stuff cannot be modeled using existing Git objects.

https://www.fossil-scm.org/ pretty much does this.

1 comments

That is pretty interesting and does model those things in the same data store. But the data store isn't git objects, as far as I can tell...

"Fossil stores its objects in a relational (SQLite) database file"

Yeah, it fully replaces the whole version control tool.