Lines Matching full:send
9 # This script is intended to be used to send a patch series prepared by the
28 -a Send the cover letter to every recipient listed in Cc and
140 # Convert the collected addresses into git-send-email argument strings
147 # Handoff to git-send-email. It will perform the send confirmation.
149 # create-pull-request, so we must not allow git-send-email to
153 # Send the cover letter to every recipient, both specified as well as
157 …eval "git send-email $GIT_TO $GIT_CC $GIT_EXTRA_CC --confirm=always --no-thread --suppress-cc=all …
159 echo "ERROR: failed to send cover-letter with automatic recipients."
165 # Send the patch to the specified recipients and, if -c was specified, those git
167 eval "git send-email $GIT_TO $GIT_EXTRA_CC --confirm=always --no-thread $GITSOBCC $PATCHES"
169 echo "ERROR: failed to send patches."