rakhisharma

Untitled

Jan 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.91 KB | None | 0 0
  1. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging# cat ~/.gitconfig
  2. [user]
  3.     email = rakhish1994@gmail.com
  4.     name = Rakhi Sharma
  5. [sendemail]
  6.     smtpserver = smtp.gmail.com
  7.     smtpserverport = 587
  8.     smtpencryption = tls
  9.     smtpuser = rakhish1994@gmail.com
  10.     smtppass = rakhi
  11. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging# git send-email --annotate HEAD^
  12. /tmp/98BJUnKxIq/0001-This-patch-fixes-three-warnings.patch
  13. Who should the emails be sent to (if any)? atb.rakhi@gmail.com
  14. Message-ID to be used as In-Reply-To for the first email (if any)?
  15. (mbox) Adding cc: Rakhi Sharma <rakhish1994@gmail.com> from line 'From: Rakhi Sharma <rakhish1994@gmail.com>'
  16. (body) Adding cc: Rakhi Sharma <rakhish1994@gmail.com> from line 'Signed-off-by: Rakhi Sharma <rakhish1994@gmail.com>'
  17.  
  18. From: Rakhi Sharma <rakhish1994@gmail.com>
  19. To: atb.rakhi@gmail.com
  20. Cc: Rakhi Sharma <rakhish1994@gmail.com>
  21. Subject: [PATCH] This patch fixes three warnings: Checkpatch.pl:WARNING: Comparisons should place the constant on the right side of the test.
  22. Date: Wed, 27 Jan 2016 19:35:31 +0530
  23. Message-Id: <1453903531-4571-1-git-send-email-rakhish1994@gmail.com>
  24. X-Mailer: git-send-email 1.9.1
  25.  
  26.     The Cc list above has been expanded by additional
  27.     addresses found in the patch commit message. By default
  28.     send-email prompts before sending whenever this occurs.
  29.     This behavior is controlled by the sendemail.confirm
  30.     configuration setting.
  31.  
  32.     For additional information, run 'git send-email --help'.
  33.     To retain the current behavior, but squelch this message,
  34.     run 'git config --global sendemail.confirm auto'.
  35.  
  36. Send this email? ([y]es|[n]o|[q]uit|[a]ll): y
  37. Unable to initialize SMTP properly. Check config and use --smtp-debug. VALUES: server=smtp.gmail.com encryption=tls hello=rakhi-Inspiron-3542.4.2.2.2 port=587 at /usr/lib/git-core/git-send-email line 1255.
  38. root@rakhi-Inspiron-3542:/home/rakhi/git/kernels/staging#
Add Comment
Please, Sign In to add comment