|
|
|
|
|
by Areading314
2915 days ago
|
|
Having to sort through messages individually, not being able to browse code, no convenient links, no formatting, no branch visualizations, release notes being easily accessible, having to set up a bunch of fragile text based filters. It's just obviously a worse choice |
|
Your email reader is supposed to help you read and reply to message threads.
> not being able to browse code
You browse code by doing a git clone/checkout, and then using your regular programming tools.
> no convenient links
Your email client should help you navigate and search message threads. Here is one of many that helps you do this: http://www.djcbsoftware.nl/code/mu/mu4e.html
> no formatting
This is what you editor is supposed to do.
> no branch visualizations
This is what tools like magit are supposed to do: https://magit.vc/
> release notes being easily accessible
They go in a text file in the repository. You open the text file with your editor. Your editor should also help you write release notes: https://www.gnu.org/software/emacs/manual/html_node/emacs/Ch...
> having to set up a bunch of fragile text based filters.
Why?
I see arguments like yours about email and git a lot. Why do you think people disagree with you? You have to pay attention to what you are really saying. You are not listing advantages of web-based git interfaces. You are listing "disadvantages" of existing tools. And all of the "disadvantages" you list are really areas where you do not understand how to use Unix programming tools effectively. Getting off of webmail and onto a good text-based email client is one of the best things you can do as a computer user.