Hi everyone, I released today git-bug, a distributed bug tracker that embeds in git.
The project is here [0]. It's a all-in-one binary that is picked up by git as a porcelain command. It features a set of CLI command for simple interaction, an interactive terminal UI and a rich web UI. For more information about the internal design, please read this document [1]. In short, bugs are stored as a series of edit operations stored in git blobs and assembled in a linear chain of commits. This allow to have conflict-free merge and to not pollute the regular branches with bug data. Media embedding is also possible but not yet finished. I'd love to have some feedback from you. In particular, there is a few subject [2] that would welcome an experienced point of view. Contribution are also very much welcomed. Best regards, [0]: https://github.com/MichaelMure/git-bug [1]: https://github.com/MichaelMure/git-bug/blob/master/doc/model.md [2]: https://github.com/MichaelMure/git-bug/issues?q=is%3Aissue+is%3Aopen+label%3ARFC -- Michael Muré
_______________________________________________ dist-bugs mailing list [email protected] https://kitenet.net/cgi-bin/mailman/listinfo/dist-bugs
