Skip to main content

Questions tagged [git-send-email]

git-send-email - Send a collection of patches as emails https://git-scm.com/docs/git-send-email

git-send-email
0 votes
0 answers
27 views

How to send interleaved replies using git send-email?

I am trying to understand how to use git send-email to send interleaved replies. As an example, suppose there is Alice, who would like to send a patch to Bob, with the patch being: From ...
pikafan_8080's user avatar
0 votes
1 answer
58 views

Send mail function is not working, it gives no authorization to send mail. But the authorization is there and it sends email on test email function

function onEdit(e) { try { var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getActiveSheet(); if (sheet.getName() === "To Do List" && e.range....
Janda Devi Nepal Energy Files's user avatar
1 vote
0 answers
45 views

The image is base64 encoded but cannot be emailed

This method encodes the image file into base64 and then transmits it. You will receive a notification that the email attachment has been successfully completed and the transfer was successful. The ...
오윤아's user avatar
-1 votes
1 answer
100 views

git send-email --in-reply-to failed

I encounterd the error as below. Can anyone help with this? git send-email --in-reply-to=CANn89iJCDYteM_1SQ-h2=htUAE4FqrBAak0kHt_Z990XYZThzQ@mail.gmail.com [email protected] --cc=davem@...
邢庆杰's user avatar
-2 votes
2 answers
65 views

How can I parse emails from git send-email?

Does anyone know of a system or library that can parse emails sent by git send-email? So ideally receive emails and automatically create branches or PRs?
parsley72's user avatar
  • 8,869
32 votes
3 answers
13k views

How to configure and use `git send-email` to work with gmail to email patches to developers

How do I configure git send-email to work with gmail? I'd like to contribute to glibc (the GNU C Library, not to be confused with GNOME's GLib library), for instance, to update the glibc/benchtests/...
Gabriel Staples's user avatar
0 votes
1 answer
420 views

How to correctly use git send-email with GitLab?

I am going to be managing a repository hosted in gitlab soon. So far I have been a contributor to other repos and usually what I did was to create my own branch locally, work on that and then push my ...
KansaiRobot's user avatar
  • 9,063
2 votes
1 answer
1k views

git send-email fails "SSL routines:ssl_choose_client_version:unsupported protocol"

I am trying to use git send-email under Linux Mint 20. Same configuration was working under Debian Sid. Now I get error: mcon@cinderella:~/vocore/__V2__/u-boot$ git send-email [email protected]....
ZioByte's user avatar
  • 2,864
1 vote
1 answer
1k views

Unable to send email using git send-email

I am not able to send patches using git send-email. This is my .gitconfig file [user] email = my-email name = my-name [sendemail] smtpencryption = tls smtpserver = smtp.gmail.com ...
Madhuparna Bhowmik's user avatar
3 votes
1 answer
3k views

git send-email fail to send message

I am trying to send a git patch for a upstream community review; But the receiver does not receive the message; I have tried changing '--to' to one of my private email-id, but even this is not being ...
Ganapathi Bhat's user avatar
2 votes
0 answers
1k views

git patch do not declare a Content-Transfer-Encoding while git send-email

I have followed below step. Created a Patch git format-patch -1 Send that Via git send-email git send-email --subject-prefix="XYZ" [email protected] (patch files) It gives below ...
Jeegar Patel's user avatar
1 vote
0 answers
158 views

"git send-email" in post-commit hook doesn't work with Github Desktop

Description Hi, i would like to know if it's possible to not use git include in github desktop. I explain : In my project i have a hook in post-commit which send me mail with the command git ...
Sylvain Berthelot's user avatar
2 votes
1 answer
1k views

Reply via git send-email to Mailing List Linux

Currently, I have patches that are posted to the mailing list by git send-email. I received a review of the maintainer, developers. And now, I want to comment, ex: say thank you, explain ... How can ...
Hoan-pfiev09's user avatar
0 votes
1 answer
119 views

Why is git send-email reporting "died" after successful authentication?

Using git 2.5. When I use git send-email to send a patch, I'm seeing the following error output: Died at /usr/libexec/git-core/git-send-email line 1348. Here's the output of git send-email --smtp-...
ybakos's user avatar
  • 8,520
2 votes
2 answers
311 views

How can we sanely verify git send-email configuration settings?

Using git 2.5. Is there a clever, or official, way to verify that git send-email is able to connect to, and authenticate with, my smtp server? I've configured git, but I don't seem to be able to ...
ybakos's user avatar
  • 8,520

15 30 50 per page