commit 3309cfeb79dc78b3a51498f673023d2b6a0e210e
parent 846fc531b7091f952ce1400994957de273509390
Author: William Casarin <jb55@jb55.com>
Date: Mon, 8 Feb 2021 15:33:19 -0800
hacking: use --dry-run in example
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/HACKING b/HACKING
@@ -2,6 +2,8 @@ you can send patches to the nixpkgs-dev mailing list:
git config sendemail.to "~andir/nixpkgs-dev@lists.sr.ht"
git config format.subjectPrefix "PATCH ml-tools"
-git send-email --annotate HEAD^
+git send-email --dry-run --annotate HEAD^
+
+remove --dry-run when you feel comfortable
see https://git-send-email.io if you are confused