aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht
diff options
context:
space:
mode:
Diffstat (limited to 'git.sr.ht')
-rw-r--r--git.sr.ht/send-email.md62
1 files changed, 62 insertions, 0 deletions
diff --git a/git.sr.ht/send-email.md b/git.sr.ht/send-email.md
index 6809711..ff43eed 100644
--- a/git.sr.ht/send-email.md
+++ b/git.sr.ht/send-email.md
@@ -270,3 +270,65 @@ push`][git-push] normally. Don't forget to send the contributor a thank you
email!
[git-push]: https://www.git-scm.com/docs/git-push
+
+## Installation of git send-email
+
+The Git project includes `send-email`, unfortunately, not all installations of
+Git will include `send-email` by default. If you find it is missing from your
+system, try installing the relevant package from the table below:
+
+<table class="table table-sm table-hover">
+ <th>
+ <tr>
+ <th>OS/Packager</th>
+ <th>Package Name</th>
+ </tr>
+ </th>
+ </thead>
+ <tbody>
+ <tr>
+ <td>Alpine</td>
+ <td>git-email</td>
+ </tr>
+ <tr>
+ <td>CentOS</td>
+ <td>git-email</td>
+ </tr>
+ <tr>
+ <td>Debian</td>
+ <td>git-email</td>
+ </tr>
+ <tr>
+ <td>Fedora</td>
+ <td>git-email</td>
+ </tr>
+ <tr>
+ <td>FreeBSD Ports</td>
+ <td>git</td>
+ </tr>
+ <tr>
+ <td>Homebrew</td>
+ <td>git</td>
+ </tr>
+ <tr>
+ <td>nixpkgs</td>
+ <td>gitFull</td>
+ </tr>
+ <tr>
+ <td>openSUSE</td>
+ <td>git-email</td>
+ </tr>
+ <tr>
+ <td>pkgsrc</td>
+ <td>git</td>
+ </tr>
+ <tr>
+ <td>Ubuntu</td>
+ <td>git-email</td>
+ </tr>
+ <tr>
+ <td>Windows</td>
+ <td>Included in download from git-scm.com</td>a
+ </tr>
+ </tbody>
+</table>