←back to thread

414 points st_goliath | 8 comments | | HN request time: 0.649s | source | bottom
Show context
Trasmatta ◴[] No.43971964[source]
Only tangentially related, but I'm always fascinated that mailing lists are still a thing in 2025.
replies(3): >>43972038 #>>43972137 #>>43972641 #
teddyh ◴[] No.43972038[source]
Please, inform us of an alternative which is:

• Non-proprietary

• Federated

• Archivable

• Accessible

• Not dependent on a specific company

replies(3): >>43972053 #>>43972350 #>>43976439 #
1. zoobab ◴[] No.43972350[source]
GIT promised to be "Non-proprietary, Decentralized" but still does not have a built-in issue tracker :-)
replies(5): >>43972460 #>>43972651 #>>43972708 #>>43972943 #>>43976965 #
2. HappMacDonald ◴[] No.43972460[source]
GIT is non-proprietary and decentralized so it keeps that promise.

And having a built-in issue tracker

1. isn't related to those properties, and

2. isn't truly within the scope of a source code version control management solution.

That's the domain of project management.

3. somat ◴[] No.43972651[source]
Shouldn't the git native issue tracker be as simple as adding file pr/the_problem_i_am_having
replies(2): >>43972824 #>>43974016 #
4. delfinom ◴[] No.43972708[source]
For large projects like the Linux kernel as an example out of many, I would assume the built-in issue tracker would end up 100x the size of the code base in storage space. lol
5. badmintonbaseba ◴[] No.43972824[source]
Issues shouldn't really live in the same source tree, IMO. But AFAIK there are forges that keep the issues in the same repository, just not in the same tree of commits that the source tree has, git notes style.
6. graemep ◴[] No.43972943[source]
Fossil has one. If its something you want use Fossil - which I think is a great alternative for small teams, on the other hand, this is probably not something large teams (which are a high priority for git) want.
7. rixed ◴[] No.43974016[source]
Any user without commit permission should be able to create tickets and comment on them.

What's wrong with debbugs? :)

8. jbaber ◴[] No.43976965[source]
If I ever get around to writing my git issue tracker, everything will be stored in a completely separate reponame-issues.git