this post was submitted on 21 Feb 2024
78 points (81.0% liked)

Open Source

33279 readers
253 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ScreaminOctopus 2 points 1 year ago (1 children)

It would be nice if platforms like Forgejo and gitlab could hook into some sort of review and issue tracking protocol that was built directly into git, like git-appraise. Unfortunately it doesn't look like git appraise is actively developed.

[โ€“] [email protected] 1 points 1 year ago

@ScreaminOctopus yes, and there are a couple of similar solutions, like git-bug, but all of them are very small, unknown, or not actively developed. However, there is also https://fossil-scm.org - alternative to git, and that one has everything included from the start.