~ubuntu-branches/debian/sid/git/sid

« back to all changes in this revision

Viewing changes to Documentation/git-send-email.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Nieder
  • Date: 2013-06-12 07:50:53 UTC
  • mfrom: (1.2.19) (2.1.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130612075053-uue9xe0dq0rvm44y
Tags: 1:1.8.3.1-1
* merge branch debian-experimental
* new upstream point release (see RelNotes/1.8.3.1.txt).
* debian/watch: use xz-compressed tarballs from kernel.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
~~~~~~~~~
46
46
 
47
47
--annotate::
48
 
        Review and edit each patch you're about to send. See the
49
 
        CONFIGURATION section for 'sendemail.multiedit'.
 
48
        Review and edit each patch you're about to send. Default is the value
 
49
        of 'sendemail.annotate'. See the CONFIGURATION section for
 
50
        'sendemail.multiedit'.
50
51
 
51
52
--bcc=<address>::
52
53
        Specify a "Bcc:" value for each email. Default is the value of
67
68
When '--compose' is used, git send-email will use the From, Subject, and
68
69
In-Reply-To headers specified in the message. If the body of the message
69
70
(what you type after the headers and a blank line) only contains blank
70
 
(or GIT: prefixed) lines the summary won't be sent, but From, Subject,
 
71
(or Git: prefixed) lines the summary won't be sent, but From, Subject,
71
72
and In-Reply-To headers will be used unless they are removed.
72
73
+
73
74
Missing From or In-Reply-To headers will be prompted for.
126
127
+
127
128
Note that no attempts whatsoever are made to validate the encoding.
128
129
 
 
130
--compose-encoding=<encoding>::
 
131
        Specify encoding of compose message. Default is the value of the
 
132
        'sendemail.composeencoding'; if that is unspecified, UTF-8 is assumed.
 
133
 
129
134
 
130
135
Sending
131
136
~~~~~~~
160
165
Furthermore, passwords need not be specified in configuration files
161
166
or on the command line. If a username has been specified (with
162
167
'--smtp-user' or a 'sendemail.smtpuser'), but no password has been
163
 
specified (with '--smtp-pass' or 'sendemail.smtppass'), then the
164
 
user is prompted for a password while the input is masked for privacy.
 
168
specified (with '--smtp-pass' or 'sendemail.smtppass'), then
 
169
a password is obtained using 'git-credential'.
165
170
 
166
171
--smtp-server=<host>::
167
172
        If set, specifies the outgoing SMTP server to use (e.g.