Live data from Hacker News

Git-bug: Distributed, offline-first bug tracker embedded in Git

github.com

81–82 of 82 posts

Re: Git-bug: Distributed, offline-first bug tracker embedded in Git

#81
post #75

It says it does not add files. Where does it store all the info? I see there are bridges, but I got the impression i do not need one.

The info is in the git object store (.git/objects) similar to how git stores files. The tool creates `Blob`s that are committed to a `Tree` same as git does for files. These `Blob`s represent git_bug `Operation`s though, stored as JSON. Those operations combined make up a `Bug`. You could technically create a directory of files from what git_bug stores, as git does for regular repos, but each "file" is more like a ro…

Thank you very much for helping me understand that.

Re: Git-bug: Distributed, offline-first bug tracker embedded in Git

#82
post #10

Earlier quoted context omitted.

Have they? GitKraken & GitLens are pretty popular, commercial offerings, and they have been on the market for years. [0] https://www.gitkraken.com

Not to mention GitHub and GitLab either!

Those all came before the crackdown
Post reply on HN