I am sending my patch using the git send-email command as below: git send-email [email protected] [email protected] --suppress-cc=self patchname.patch The log reads:
OK. Log says: Sendmail: /usr/sbin/sendmail -i [email protected] [email protected] From: Adeel Ahmad <[email protected]> To: [email protected] Cc: [email protected] Subject: [PATCH] Update required QEMU version to be >= 2.8 Date: Mon, 5 Mar 2018 15:15:25 +0500 Message-Id: <[email protected]> X-Mailer: git-send-email 1.9.1 Result: OK I also tried using my Gmail address for sending the patch by updating the following fields in ~/.gitconfig: [sendemail] smtp-encryption = ssl smtp-server = smtp.gmail.com smtp-user = [email protected] smtp-server-port = 587 But the patch does not show up here. I am not used to sending patches through email, so any help would be appreciated. Thanks, Adeel -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
