sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
276 stars 14 forks source link

Add Support for git send-email #245

Open nikhiljha opened 5 years ago

nikhiljha commented 5 years ago

Problem description

Many open source projects, especially within the Linux sphere (and perhaps most notably Git itself), ask pull requests to be sent in through email. Git has a full set of tools built in to do this already, they just need to be represented in the GUI.

A typical workflow on both the sending and receiving end can be found here. A TL;DR-style list of commands for it can be found here.

Preferred solution

For people contributing to such projects...

For people on the receiving end...

Alternatives

None.

warmwaffles commented 3 years ago

This would be a nice feature to have. I accomplish this through the command line right now, but would be great to have this apart of merge.

mpldr commented 3 years ago

Some mailinglist providers, for example sourcehut, allow exporting patches as mbox files. Support for them would be very useful.