diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2019-07-12 23:43:33 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-07-15 12:48:49 +0200 |
commit | fb8b99a5f559dffa6e5d370dcecbdc2e8feb3c8b (patch) | |
tree | 400bd0dad94bb8218529e06a0b3dd4cc30e61348 /doc/contributing.texi | |
parent | bd105b78b018ce3ac921111f126204437b55a8f1 (diff) | |
download | patches-fb8b99a5f559dffa6e5d370dcecbdc2e8feb3c8b.tar patches-fb8b99a5f559dffa6e5d370dcecbdc2e8feb3c8b.tar.gz |
doc: note how to install git send-email
* doc/contributing.texi (git send-email): Add install instructions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index e00634eed4..7f2301409a 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -982,5 +982,6 @@ first send one message to @email{guix-patches@@gnu.org}, and then send subsequent patches to @email{@var{NNN}@@debbugs.gnu.org} to make sure they are kept together. See @uref{https://debbugs.gnu.org/Advanced.html, the Debbugs documentation} -for more information. +for more information. You can install @command{git send-email} with +@command{guix install git:send-email}. @c Debbugs bug: https://debbugs.gnu.org/db/15/15361.html |