Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
| 2 | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
| 4 | <head> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 5 | <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 6 | <meta name="generator" content="AsciiDoc 8.6.6" /> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 7 | <title>git-send-email(1)</title> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 8 | <style type="text/css"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 9 | /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ |
| 10 | |
| 11 | /* Default font. */ |
| 12 | body { |
| 13 | font-family: Georgia,serif; |
| 14 | } |
| 15 | |
| 16 | /* Title font. */ |
| 17 | h1, h2, h3, h4, h5, h6, |
| 18 | div.title, caption.title, |
| 19 | thead, p.table.header, |
| 20 | #toctitle, |
| 21 | #author, #revnumber, #revdate, #revremark, |
| 22 | #footer { |
| 23 | font-family: Arial,Helvetica,sans-serif; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 24 | } |
| 25 | |
| 26 | body { |
| 27 | margin: 1em 5% 1em 5%; |
| 28 | } |
| 29 | |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 30 | a { |
| 31 | color: blue; |
| 32 | text-decoration: underline; |
| 33 | } |
| 34 | a:visited { |
| 35 | color: fuchsia; |
| 36 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 37 | |
| 38 | em { |
| 39 | font-style: italic; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 40 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 41 | } |
| 42 | |
| 43 | strong { |
| 44 | font-weight: bold; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 45 | color: #083194; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 46 | } |
| 47 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 48 | h1, h2, h3, h4, h5, h6 { |
| 49 | color: #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 50 | margin-top: 1.2em; |
| 51 | margin-bottom: 0.5em; |
| 52 | line-height: 1.3; |
| 53 | } |
| 54 | |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 55 | h1, h2, h3 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 56 | border-bottom: 2px solid silver; |
| 57 | } |
| 58 | h2 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 59 | padding-top: 0.5em; |
| 60 | } |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 61 | h3 { |
| 62 | float: left; |
| 63 | } |
| 64 | h3 + * { |
| 65 | clear: left; |
| 66 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 67 | h5 { |
| 68 | font-size: 1.0em; |
| 69 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 70 | |
| 71 | div.sectionbody { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 72 | margin-left: 0; |
| 73 | } |
| 74 | |
| 75 | hr { |
| 76 | border: 1px solid silver; |
| 77 | } |
| 78 | |
| 79 | p { |
| 80 | margin-top: 0.5em; |
| 81 | margin-bottom: 0.5em; |
| 82 | } |
| 83 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 84 | ul, ol, li > p { |
| 85 | margin-top: 0; |
| 86 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 87 | ul > li { color: #aaa; } |
| 88 | ul > li > * { color: black; } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 89 | |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 90 | pre { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 91 | padding: 0; |
| 92 | margin: 0; |
| 93 | } |
| 94 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 95 | #author { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 96 | color: #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 97 | font-weight: bold; |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 98 | font-size: 1.1em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 99 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 100 | #email { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 101 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 102 | #revnumber, #revdate, #revremark { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 103 | } |
| 104 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 105 | #footer { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 106 | font-size: small; |
| 107 | border-top: 2px solid silver; |
| 108 | padding-top: 0.5em; |
| 109 | margin-top: 4.0em; |
| 110 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 111 | #footer-text { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 112 | float: left; |
| 113 | padding-bottom: 0.5em; |
| 114 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 115 | #footer-badges { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 116 | float: right; |
| 117 | padding-bottom: 0.5em; |
| 118 | } |
| 119 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 120 | #preamble { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 121 | margin-top: 1.5em; |
| 122 | margin-bottom: 1.5em; |
| 123 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 124 | div.imageblock, div.exampleblock, div.verseblock, |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 125 | div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, |
| 126 | div.admonitionblock { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 127 | margin-top: 1.0em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 128 | margin-bottom: 1.5em; |
| 129 | } |
| 130 | div.admonitionblock { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 131 | margin-top: 2.0em; |
| 132 | margin-bottom: 2.0em; |
| 133 | margin-right: 10%; |
| 134 | color: #606060; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 135 | } |
| 136 | |
| 137 | div.content { /* Block element content. */ |
| 138 | padding: 0; |
| 139 | } |
| 140 | |
| 141 | /* Block element titles. */ |
| 142 | div.title, caption.title { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 143 | color: #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 144 | font-weight: bold; |
| 145 | text-align: left; |
| 146 | margin-top: 1.0em; |
| 147 | margin-bottom: 0.5em; |
| 148 | } |
| 149 | div.title + * { |
| 150 | margin-top: 0; |
| 151 | } |
| 152 | |
| 153 | td div.title:first-child { |
| 154 | margin-top: 0.0em; |
| 155 | } |
| 156 | div.content div.title:first-child { |
| 157 | margin-top: 0.0em; |
| 158 | } |
| 159 | div.content + div.title { |
| 160 | margin-top: 0.0em; |
| 161 | } |
| 162 | |
| 163 | div.sidebarblock > div.content { |
| 164 | background: #ffffee; |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 165 | border: 1px solid #dddddd; |
| 166 | border-left: 4px solid #f0f0f0; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 167 | padding: 0.5em; |
| 168 | } |
| 169 | |
| 170 | div.listingblock > div.content { |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 171 | border: 1px solid #dddddd; |
| 172 | border-left: 5px solid #f0f0f0; |
| 173 | background: #f8f8f8; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 174 | padding: 0.5em; |
| 175 | } |
| 176 | |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 177 | div.quoteblock, div.verseblock { |
| 178 | padding-left: 1.0em; |
| 179 | margin-left: 1.0em; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 180 | margin-right: 10%; |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 181 | border-left: 5px solid #f0f0f0; |
| 182 | color: #888; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 183 | } |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 184 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 185 | div.quoteblock > div.attribution { |
| 186 | padding-top: 0.5em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 187 | text-align: right; |
| 188 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 189 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 190 | div.verseblock > pre.content { |
| 191 | font-family: inherit; |
| 192 | font-size: inherit; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 193 | } |
| 194 | div.verseblock > div.attribution { |
| 195 | padding-top: 0.75em; |
| 196 | text-align: left; |
| 197 | } |
| 198 | /* DEPRECATED: Pre version 8.2.7 verse style literal block. */ |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 199 | div.verseblock + div.attribution { |
| 200 | text-align: left; |
| 201 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 202 | |
| 203 | div.admonitionblock .icon { |
| 204 | vertical-align: top; |
| 205 | font-size: 1.1em; |
| 206 | font-weight: bold; |
| 207 | text-decoration: underline; |
| 208 | color: #527bbd; |
| 209 | padding-right: 0.5em; |
| 210 | } |
| 211 | div.admonitionblock td.content { |
| 212 | padding-left: 0.5em; |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 213 | border-left: 3px solid #dddddd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 214 | } |
| 215 | |
| 216 | div.exampleblock > div.content { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 217 | border-left: 3px solid #dddddd; |
| 218 | padding-left: 0.5em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 219 | } |
| 220 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 221 | div.imageblock div.content { padding-left: 0; } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 222 | span.image img { border-style: none; } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 223 | a.image:visited { color: white; } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 224 | |
| 225 | dl { |
| 226 | margin-top: 0.8em; |
| 227 | margin-bottom: 0.8em; |
| 228 | } |
| 229 | dt { |
| 230 | margin-top: 0.5em; |
| 231 | margin-bottom: 0; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 232 | font-style: normal; |
| 233 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 234 | } |
| 235 | dd > *:first-child { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 236 | margin-top: 0.1em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 237 | } |
| 238 | |
| 239 | ul, ol { |
| 240 | list-style-position: outside; |
| 241 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 242 | ol.arabic { |
| 243 | list-style-type: decimal; |
| 244 | } |
| 245 | ol.loweralpha { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 246 | list-style-type: lower-alpha; |
| 247 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 248 | ol.upperalpha { |
| 249 | list-style-type: upper-alpha; |
| 250 | } |
| 251 | ol.lowerroman { |
| 252 | list-style-type: lower-roman; |
| 253 | } |
| 254 | ol.upperroman { |
| 255 | list-style-type: upper-roman; |
| 256 | } |
| 257 | |
| 258 | div.compact ul, div.compact ol, |
| 259 | div.compact p, div.compact p, |
| 260 | div.compact div, div.compact div { |
| 261 | margin-top: 0.1em; |
| 262 | margin-bottom: 0.1em; |
| 263 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 264 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 265 | tfoot { |
| 266 | font-weight: bold; |
| 267 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 268 | td > div.verse { |
| 269 | white-space: pre; |
| 270 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 271 | |
| 272 | div.hdlist { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 273 | margin-top: 0.8em; |
| 274 | margin-bottom: 0.8em; |
| 275 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 276 | div.hdlist tr { |
| 277 | padding-bottom: 15px; |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 278 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 279 | dt.hdlist1.strong, td.hdlist1.strong { |
| 280 | font-weight: bold; |
| 281 | } |
| 282 | td.hdlist1 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 283 | vertical-align: top; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 284 | font-style: normal; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 285 | padding-right: 0.8em; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 286 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 287 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 288 | td.hdlist2 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 289 | vertical-align: top; |
| 290 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 291 | div.hdlist.compact tr { |
| 292 | margin: 0; |
| 293 | padding-bottom: 0; |
| 294 | } |
| 295 | |
| 296 | .comment { |
| 297 | background: yellow; |
| 298 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 299 | |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 300 | .footnote, .footnoteref { |
| 301 | font-size: 0.8em; |
| 302 | } |
| 303 | |
| 304 | span.footnote, span.footnoteref { |
| 305 | vertical-align: super; |
| 306 | } |
| 307 | |
| 308 | #footnotes { |
| 309 | margin: 20px 0 20px 0; |
| 310 | padding: 7px 0 0 0; |
| 311 | } |
| 312 | |
| 313 | #footnotes div.footnote { |
| 314 | margin: 0 0 5px 0; |
| 315 | } |
| 316 | |
| 317 | #footnotes hr { |
| 318 | border: none; |
| 319 | border-top: 1px solid silver; |
| 320 | height: 1px; |
| 321 | text-align: left; |
| 322 | margin-left: 0; |
| 323 | width: 20%; |
| 324 | min-width: 100px; |
| 325 | } |
| 326 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 327 | div.colist td { |
| 328 | padding-right: 0.5em; |
| 329 | padding-bottom: 0.3em; |
| 330 | vertical-align: top; |
| 331 | } |
| 332 | div.colist td img { |
| 333 | margin-top: 0.3em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 334 | } |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 335 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 336 | @media print { |
| 337 | #footer-badges { display: none; } |
| 338 | } |
| 339 | |
| 340 | #toc { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 341 | margin-bottom: 2.5em; |
| 342 | } |
| 343 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 344 | #toctitle { |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 345 | color: #527bbd; |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 346 | font-size: 1.1em; |
| 347 | font-weight: bold; |
| 348 | margin-top: 1.0em; |
| 349 | margin-bottom: 0.1em; |
| 350 | } |
| 351 | |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 352 | div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 353 | margin-top: 0; |
| 354 | margin-bottom: 0; |
| 355 | } |
| 356 | div.toclevel2 { |
| 357 | margin-left: 2em; |
| 358 | font-size: 0.9em; |
| 359 | } |
| 360 | div.toclevel3 { |
| 361 | margin-left: 4em; |
| 362 | font-size: 0.9em; |
| 363 | } |
| 364 | div.toclevel4 { |
| 365 | margin-left: 6em; |
| 366 | font-size: 0.9em; |
| 367 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 368 | |
| 369 | span.aqua { color: aqua; } |
| 370 | span.black { color: black; } |
| 371 | span.blue { color: blue; } |
| 372 | span.fuchsia { color: fuchsia; } |
| 373 | span.gray { color: gray; } |
| 374 | span.green { color: green; } |
| 375 | span.lime { color: lime; } |
| 376 | span.maroon { color: maroon; } |
| 377 | span.navy { color: navy; } |
| 378 | span.olive { color: olive; } |
| 379 | span.purple { color: purple; } |
| 380 | span.red { color: red; } |
| 381 | span.silver { color: silver; } |
| 382 | span.teal { color: teal; } |
| 383 | span.white { color: white; } |
| 384 | span.yellow { color: yellow; } |
| 385 | |
| 386 | span.aqua-background { background: aqua; } |
| 387 | span.black-background { background: black; } |
| 388 | span.blue-background { background: blue; } |
| 389 | span.fuchsia-background { background: fuchsia; } |
| 390 | span.gray-background { background: gray; } |
| 391 | span.green-background { background: green; } |
| 392 | span.lime-background { background: lime; } |
| 393 | span.maroon-background { background: maroon; } |
| 394 | span.navy-background { background: navy; } |
| 395 | span.olive-background { background: olive; } |
| 396 | span.purple-background { background: purple; } |
| 397 | span.red-background { background: red; } |
| 398 | span.silver-background { background: silver; } |
| 399 | span.teal-background { background: teal; } |
| 400 | span.white-background { background: white; } |
| 401 | span.yellow-background { background: yellow; } |
| 402 | |
| 403 | span.big { font-size: 2em; } |
| 404 | span.small { font-size: 0.6em; } |
| 405 | |
| 406 | span.underline { text-decoration: underline; } |
| 407 | span.overline { text-decoration: overline; } |
| 408 | span.line-through { text-decoration: line-through; } |
| 409 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 410 | |
| 411 | /* |
| 412 | * xhtml11 specific |
| 413 | * |
| 414 | * */ |
| 415 | |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 416 | tt { |
| 417 | font-family: monospace; |
| 418 | font-size: inherit; |
| 419 | color: navy; |
| 420 | } |
| 421 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 422 | div.tableblock { |
| 423 | margin-top: 1.0em; |
| 424 | margin-bottom: 1.5em; |
| 425 | } |
| 426 | div.tableblock > table { |
| 427 | border: 3px solid #527bbd; |
| 428 | } |
| 429 | thead, p.table.header { |
| 430 | font-weight: bold; |
| 431 | color: #527bbd; |
| 432 | } |
| 433 | p.table { |
| 434 | margin-top: 0; |
| 435 | } |
| 436 | /* Because the table frame attribute is overriden by CSS in most browsers. */ |
| 437 | div.tableblock > table[frame="void"] { |
| 438 | border-style: none; |
| 439 | } |
| 440 | div.tableblock > table[frame="hsides"] { |
| 441 | border-left-style: none; |
| 442 | border-right-style: none; |
| 443 | } |
| 444 | div.tableblock > table[frame="vsides"] { |
| 445 | border-top-style: none; |
| 446 | border-bottom-style: none; |
| 447 | } |
| 448 | |
| 449 | |
| 450 | /* |
| 451 | * html5 specific |
| 452 | * |
| 453 | * */ |
| 454 | |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 455 | .monospaced { |
| 456 | font-family: monospace; |
| 457 | font-size: inherit; |
| 458 | color: navy; |
| 459 | } |
| 460 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 461 | table.tableblock { |
| 462 | margin-top: 1.0em; |
| 463 | margin-bottom: 1.5em; |
| 464 | } |
| 465 | thead, p.tableblock.header { |
| 466 | font-weight: bold; |
| 467 | color: #527bbd; |
| 468 | } |
| 469 | p.tableblock { |
| 470 | margin-top: 0; |
| 471 | } |
| 472 | table.tableblock { |
| 473 | border-width: 3px; |
| 474 | border-spacing: 0px; |
| 475 | border-style: solid; |
| 476 | border-color: #527bbd; |
| 477 | border-collapse: collapse; |
| 478 | } |
| 479 | th.tableblock, td.tableblock { |
| 480 | border-width: 1px; |
| 481 | padding: 4px; |
| 482 | border-style: solid; |
| 483 | border-color: #527bbd; |
| 484 | } |
| 485 | |
| 486 | table.tableblock.frame-topbot { |
| 487 | border-left-style: hidden; |
| 488 | border-right-style: hidden; |
| 489 | } |
| 490 | table.tableblock.frame-sides { |
| 491 | border-top-style: hidden; |
| 492 | border-bottom-style: hidden; |
| 493 | } |
| 494 | table.tableblock.frame-none { |
| 495 | border-style: hidden; |
| 496 | } |
| 497 | |
| 498 | th.tableblock.halign-left, td.tableblock.halign-left { |
| 499 | text-align: left; |
| 500 | } |
| 501 | th.tableblock.halign-center, td.tableblock.halign-center { |
| 502 | text-align: center; |
| 503 | } |
| 504 | th.tableblock.halign-right, td.tableblock.halign-right { |
| 505 | text-align: right; |
| 506 | } |
| 507 | |
| 508 | th.tableblock.valign-top, td.tableblock.valign-top { |
| 509 | vertical-align: top; |
| 510 | } |
| 511 | th.tableblock.valign-middle, td.tableblock.valign-middle { |
| 512 | vertical-align: middle; |
| 513 | } |
| 514 | th.tableblock.valign-bottom, td.tableblock.valign-bottom { |
| 515 | vertical-align: bottom; |
| 516 | } |
| 517 | |
| 518 | |
| 519 | /* |
| 520 | * manpage specific |
| 521 | * |
| 522 | * */ |
| 523 | |
| 524 | body.manpage h1 { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 525 | padding-top: 0.5em; |
| 526 | padding-bottom: 0.5em; |
| 527 | border-top: 2px solid silver; |
| 528 | border-bottom: 2px solid silver; |
| 529 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 530 | body.manpage h2 { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 531 | border-style: none; |
| 532 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 533 | body.manpage div.sectionbody { |
| 534 | margin-left: 3em; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 535 | } |
| 536 | |
| 537 | @media print { |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 538 | body.manpage div#toc { display: none; } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 539 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 540 | </style> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 541 | <script type="text/javascript"> |
| 542 | /*<![CDATA[*/ |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 543 | var asciidoc = { // Namespace. |
| 544 | |
| 545 | ///////////////////////////////////////////////////////////////////// |
| 546 | // Table Of Contents generator |
| 547 | ///////////////////////////////////////////////////////////////////// |
| 548 | |
| 549 | /* Author: Mihai Bazon, September 2002 |
| 550 | * http://students.infoiasi.ro/~mishoo |
| 551 | * |
| 552 | * Table Of Content generator |
| 553 | * Version: 0.4 |
| 554 | * |
| 555 | * Feel free to use this script under the terms of the GNU General Public |
| 556 | * License, as long as you do not remove or alter this notice. |
| 557 | */ |
| 558 | |
| 559 | /* modified by Troy D. Hanson, September 2006. License: GPL */ |
| 560 | /* modified by Stuart Rackham, 2006, 2009. License: GPL */ |
| 561 | |
| 562 | // toclevels = 1..4. |
| 563 | toc: function (toclevels) { |
| 564 | |
| 565 | function getText(el) { |
| 566 | var text = ""; |
| 567 | for (var i = el.firstChild; i != null; i = i.nextSibling) { |
| 568 | if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants. |
| 569 | text += i.data; |
| 570 | else if (i.firstChild != null) |
| 571 | text += getText(i); |
| 572 | } |
| 573 | return text; |
| 574 | } |
| 575 | |
| 576 | function TocEntry(el, text, toclevel) { |
| 577 | this.element = el; |
| 578 | this.text = text; |
| 579 | this.toclevel = toclevel; |
| 580 | } |
| 581 | |
| 582 | function tocEntries(el, toclevels) { |
| 583 | var result = new Array; |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 584 | var re = new RegExp('[hH]([2-'+(toclevels+1)+'])'); |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 585 | // Function that scans the DOM tree for header elements (the DOM2 |
| 586 | // nodeIterator API would be a better technique but not supported by all |
| 587 | // browsers). |
| 588 | var iterate = function (el) { |
| 589 | for (var i = el.firstChild; i != null; i = i.nextSibling) { |
| 590 | if (i.nodeType == 1 /* Node.ELEMENT_NODE */) { |
| 591 | var mo = re.exec(i.tagName); |
| 592 | if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") { |
| 593 | result[result.length] = new TocEntry(i, getText(i), mo[1]-1); |
| 594 | } |
| 595 | iterate(i); |
| 596 | } |
| 597 | } |
| 598 | } |
| 599 | iterate(el); |
| 600 | return result; |
| 601 | } |
| 602 | |
| 603 | var toc = document.getElementById("toc"); |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 604 | if (!toc) { |
| 605 | return; |
| 606 | } |
| 607 | |
| 608 | // Delete existing TOC entries in case we're reloading the TOC. |
| 609 | var tocEntriesToRemove = []; |
| 610 | var i; |
| 611 | for (i = 0; i < toc.childNodes.length; i++) { |
| 612 | var entry = toc.childNodes[i]; |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 613 | if (entry.nodeName == 'div' |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 614 | && entry.getAttribute("class") |
| 615 | && entry.getAttribute("class").match(/^toclevel/)) |
| 616 | tocEntriesToRemove.push(entry); |
| 617 | } |
| 618 | for (i = 0; i < tocEntriesToRemove.length; i++) { |
| 619 | toc.removeChild(tocEntriesToRemove[i]); |
| 620 | } |
| 621 | |
| 622 | // Rebuild TOC entries. |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 623 | var entries = tocEntries(document.getElementById("content"), toclevels); |
| 624 | for (var i = 0; i < entries.length; ++i) { |
| 625 | var entry = entries[i]; |
| 626 | if (entry.element.id == "") |
| 627 | entry.element.id = "_toc_" + i; |
| 628 | var a = document.createElement("a"); |
| 629 | a.href = "#" + entry.element.id; |
| 630 | a.appendChild(document.createTextNode(entry.text)); |
| 631 | var div = document.createElement("div"); |
| 632 | div.appendChild(a); |
| 633 | div.className = "toclevel" + entry.toclevel; |
| 634 | toc.appendChild(div); |
| 635 | } |
| 636 | if (entries.length == 0) |
| 637 | toc.parentNode.removeChild(toc); |
| 638 | }, |
| 639 | |
| 640 | |
| 641 | ///////////////////////////////////////////////////////////////////// |
| 642 | // Footnotes generator |
| 643 | ///////////////////////////////////////////////////////////////////// |
| 644 | |
| 645 | /* Based on footnote generation code from: |
| 646 | * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html |
| 647 | */ |
| 648 | |
| 649 | footnotes: function () { |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 650 | // Delete existing footnote entries in case we're reloading the footnodes. |
| 651 | var i; |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 652 | var noteholder = document.getElementById("footnotes"); |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 653 | if (!noteholder) { |
| 654 | return; |
| 655 | } |
| 656 | var entriesToRemove = []; |
| 657 | for (i = 0; i < noteholder.childNodes.length; i++) { |
| 658 | var entry = noteholder.childNodes[i]; |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 659 | if (entry.nodeName == 'div' && entry.getAttribute("class") == "footnote") |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 660 | entriesToRemove.push(entry); |
| 661 | } |
| 662 | for (i = 0; i < entriesToRemove.length; i++) { |
| 663 | noteholder.removeChild(entriesToRemove[i]); |
| 664 | } |
| 665 | |
| 666 | // Rebuild footnote entries. |
| 667 | var cont = document.getElementById("content"); |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 668 | var spans = cont.getElementsByTagName("span"); |
| 669 | var refs = {}; |
| 670 | var n = 0; |
| 671 | for (i=0; i<spans.length; i++) { |
| 672 | if (spans[i].className == "footnote") { |
| 673 | n++; |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 674 | var note = spans[i].getAttribute("data-note"); |
| 675 | if (!note) { |
| 676 | // Use [\s\S] in place of . so multi-line matches work. |
| 677 | // Because JavaScript has no s (dotall) regex flag. |
| 678 | note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1]; |
| 679 | spans[i].innerHTML = |
| 680 | "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n + |
| 681 | "' title='View footnote' class='footnote'>" + n + "</a>]"; |
| 682 | spans[i].setAttribute("data-note", note); |
| 683 | } |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 684 | noteholder.innerHTML += |
| 685 | "<div class='footnote' id='_footnote_" + n + "'>" + |
| 686 | "<a href='#_footnoteref_" + n + "' title='Return to text'>" + |
| 687 | n + "</a>. " + note + "</div>"; |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 688 | var id =spans[i].getAttribute("id"); |
| 689 | if (id != null) refs["#"+id] = n; |
| 690 | } |
| 691 | } |
| 692 | if (n == 0) |
| 693 | noteholder.parentNode.removeChild(noteholder); |
| 694 | else { |
| 695 | // Process footnoterefs. |
| 696 | for (i=0; i<spans.length; i++) { |
| 697 | if (spans[i].className == "footnoteref") { |
| 698 | var href = spans[i].getElementsByTagName("a")[0].getAttribute("href"); |
| 699 | href = href.match(/#.*/)[0]; // Because IE return full URL. |
| 700 | n = refs[href]; |
| 701 | spans[i].innerHTML = |
| 702 | "[<a href='#_footnote_" + n + |
| 703 | "' title='View footnote' class='footnote'>" + n + "</a>]"; |
| 704 | } |
| 705 | } |
| 706 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 707 | }, |
| 708 | |
| 709 | install: function(toclevels) { |
| 710 | var timerId; |
| 711 | |
| 712 | function reinstall() { |
| 713 | asciidoc.footnotes(); |
| 714 | if (toclevels) { |
| 715 | asciidoc.toc(toclevels); |
| 716 | } |
| 717 | } |
| 718 | |
| 719 | function reinstallAndRemoveTimer() { |
| 720 | clearInterval(timerId); |
| 721 | reinstall(); |
| 722 | } |
| 723 | |
| 724 | timerId = setInterval(reinstall, 500); |
| 725 | if (document.addEventListener) |
| 726 | document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false); |
| 727 | else |
| 728 | window.onload = reinstallAndRemoveTimer; |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 729 | } |
| 730 | |
| 731 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 732 | asciidoc.install(); |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 733 | /*]]>*/ |
| 734 | </script> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 735 | </head> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 736 | <body class="manpage"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 737 | <div id="header"> |
| 738 | <h1> |
| 739 | git-send-email(1) Manual Page |
| 740 | </h1> |
| 741 | <h2>NAME</h2> |
| 742 | <div class="sectionbody"> |
| 743 | <p>git-send-email - |
| 744 | Send a collection of patches as emails |
| 745 | </p> |
| 746 | </div> |
| 747 | </div> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 748 | <div id="content"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 749 | <div class="sect1"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 750 | <h2 id="_synopsis">SYNOPSIS</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 751 | <div class="sectionbody"> |
Junio C Hamano | 15567bc | 2011-07-23 00:51:59 | [diff] [blame] | 752 | <div class="verseblock"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 753 | <pre class="content"><em>git send-email</em> [options] <file|directory|rev-list options>…</pre> |
| 754 | <div class="attribution"> |
Junio C Hamano | 15567bc | 2011-07-23 00:51:59 | [diff] [blame] | 755 | </div></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 756 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 757 | </div> |
| 758 | <div class="sect1"> |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 759 | <h2 id="_description">DESCRIPTION</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 760 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 761 | <div class="paragraph"><p>Takes the patches given on the command line and emails them out. |
Junio C Hamano | b95b43d | 2009-06-12 08:57:28 | [diff] [blame] | 762 | Patches can be specified as files, directories (which will send all |
| 763 | files in the directory), or directly as a revision list. In the |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 764 | last case, any format accepted by <a href="git-format-patch.html">git-format-patch(1)</a> can |
Junio C Hamano | b95b43d | 2009-06-12 08:57:28 | [diff] [blame] | 765 | be passed to git send-email.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 766 | <div class="paragraph"><p>The header of the email is configurable by command line options. If not |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 767 | specified on the command line, the user will be prompted with a ReadLine |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 768 | enabled interface to provide the necessary information.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 769 | <div class="paragraph"><p>There are two formats accepted for patch files:</p></div> |
| 770 | <div class="olist arabic"><ol class="arabic"> |
Junio C Hamano | a6455f6 | 2009-02-20 08:33:08 | [diff] [blame] | 771 | <li> |
| 772 | <p> |
| 773 | mbox format files |
| 774 | </p> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 775 | <div class="paragraph"><p>This is what <a href="git-format-patch.html">git-format-patch(1)</a> generates. Most headers and MIME |
Junio C Hamano | a6455f6 | 2009-02-20 08:33:08 | [diff] [blame] | 776 | formatting are ignored.</p></div> |
| 777 | </li> |
| 778 | <li> |
| 779 | <p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 780 | The original format used by Greg Kroah-Hartman’s <em>send_lots_of_email.pl</em> |
Junio C Hamano | a6455f6 | 2009-02-20 08:33:08 | [diff] [blame] | 781 | script |
| 782 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 783 | <div class="paragraph"><p>This format expects the first line of the file to contain the "Cc:" value |
Junio C Hamano | a6455f6 | 2009-02-20 08:33:08 | [diff] [blame] | 784 | and the "Subject:" of the message as the second line.</p></div> |
| 785 | </li> |
| 786 | </ol></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 787 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 788 | </div> |
| 789 | <div class="sect1"> |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 790 | <h2 id="_options">OPTIONS</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 791 | <div class="sectionbody"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 792 | <div class="sect2"> |
| 793 | <h3 id="_composing">Composing</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 794 | <div class="dlist"><dl> |
| 795 | <dt class="hdlist1"> |
Junio C Hamano | 3d14151 | 2009-06-01 01:22:40 | [diff] [blame] | 796 | --annotate |
| 797 | </dt> |
| 798 | <dd> |
| 799 | <p> |
Junio C Hamano | ea3b752 | 2013-04-18 19:37:53 | [diff] [blame] | 800 | Review and edit each patch you’re about to send. Default is the value |
| 801 | of <em>sendemail.annotate</em>. See the CONFIGURATION section for |
| 802 | <em>sendemail.multiedit</em>. |
Junio C Hamano | 3d14151 | 2009-06-01 01:22:40 | [diff] [blame] | 803 | </p> |
| 804 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 805 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 806 | --bcc=<address> |
Junio C Hamano | 97f518c | 2006-06-22 19:49:35 | [diff] [blame] | 807 | </dt> |
| 808 | <dd> |
| 809 | <p> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 810 | Specify a "Bcc:" value for each email. Default is the value of |
| 811 | <em>sendemail.bcc</em>. |
Junio C Hamano | 97f518c | 2006-06-22 19:49:35 | [diff] [blame] | 812 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 813 | <div class="paragraph"><p>The --bcc option must be repeated for each user you want on the bcc list.</p></div> |
Junio C Hamano | 97f518c | 2006-06-22 19:49:35 | [diff] [blame] | 814 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 815 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 816 | --cc=<address> |
Junio C Hamano | c915412 | 2006-02-15 02:22:06 | [diff] [blame] | 817 | </dt> |
| 818 | <dd> |
| 819 | <p> |
| 820 | Specify a starting "Cc:" value for each email. |
Junio C Hamano | 1d40ee8 | 2009-01-07 10:14:16 | [diff] [blame] | 821 | Default is the value of <em>sendemail.cc</em>. |
Junio C Hamano | c915412 | 2006-02-15 02:22:06 | [diff] [blame] | 822 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 823 | <div class="paragraph"><p>The --cc option must be repeated for each user you want on the cc list.</p></div> |
Junio C Hamano | c915412 | 2006-02-15 02:22:06 | [diff] [blame] | 824 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 825 | <dt class="hdlist1"> |
Junio C Hamano | 86f7588 | 2006-02-06 02:27:23 | [diff] [blame] | 826 | --compose |
| 827 | </dt> |
| 828 | <dd> |
| 829 | <p> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 830 | Invoke a text editor (see GIT_EDITOR in <a href="git-var.html">git-var(1)</a>) |
Junio C Hamano | 3b70d3c | 2009-11-21 17:37:37 | [diff] [blame] | 831 | to edit an introductory message for the patch series. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 832 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 833 | <div class="paragraph"><p>When <em>--compose</em> is used, git send-email will use the From, Subject, and |
Junio C Hamano | ea82cff | 2009-03-18 01:54:48 | [diff] [blame] | 834 | In-Reply-To headers specified in the message. If the body of the message |
| 835 | (what you type after the headers and a blank line) only contains blank |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 836 | (or Git: prefixed) lines the summary won’t be sent, but From, Subject, |
Junio C Hamano | ea82cff | 2009-03-18 01:54:48 | [diff] [blame] | 837 | and In-Reply-To headers will be used unless they are removed.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 838 | <div class="paragraph"><p>Missing From or In-Reply-To headers will be prompted for.</p></div> |
| 839 | <div class="paragraph"><p>See the CONFIGURATION section for <em>sendemail.multiedit</em>.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 840 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 841 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 842 | --from=<address> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 843 | </dt> |
| 844 | <dd> |
| 845 | <p> |
Junio C Hamano | 7ae1825 | 2009-05-23 09:53:32 | [diff] [blame] | 846 | Specify the sender of the emails. If not specified on the command line, |
| 847 | the value of the <em>sendemail.from</em> configuration option is used. If |
| 848 | neither the command line option nor <em>sendemail.from</em> are set, then the |
| 849 | user will be prompted for the value. The default for the prompt will be |
| 850 | the value of GIT_AUTHOR_IDENT, or GIT_COMMITTER_IDENT if that is not |
| 851 | set, as returned by "git var -l". |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 852 | </p> |
| 853 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 854 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 855 | --in-reply-to=<identifier> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 856 | </dt> |
| 857 | <dd> |
| 858 | <p> |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 859 | Make the first mail (or all the mails with <tt>--no-thread</tt>) appear as a |
Junio C Hamano | 97bcb48 | 2010-11-25 03:16:07 | [diff] [blame] | 860 | reply to the given Message-Id, which avoids breaking threads to |
| 861 | provide a new patch series. |
| 862 | The second and subsequent emails will be sent as replies according to |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 863 | the <tt>--[no]-chain-reply-to</tt> setting. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 864 | </p> |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 865 | <div class="paragraph"><p>So for example when <tt>--thread</tt> and <tt>--no-chain-reply-to</tt> are specified, the |
Junio C Hamano | 97bcb48 | 2010-11-25 03:16:07 | [diff] [blame] | 866 | second and subsequent patches will be replies to the first one like in the |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 867 | illustration below where <tt>[PATCH v2 0/3]</tt> is in reply to <tt>[PATCH 0/2]</tt>:</p></div> |
Junio C Hamano | 97bcb48 | 2010-11-25 03:16:07 | [diff] [blame] | 868 | <div class="literalblock"> |
| 869 | <div class="content"> |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 870 | <pre><tt>[PATCH 0/2] Here is what I did... |
Junio C Hamano | 97bcb48 | 2010-11-25 03:16:07 | [diff] [blame] | 871 | [PATCH 1/2] Clean up and tests |
| 872 | [PATCH 2/2] Implementation |
| 873 | [PATCH v2 0/3] Here is a reroll |
| 874 | [PATCH v2 1/3] Clean up |
| 875 | [PATCH v2 2/3] New tests |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 876 | [PATCH v2 3/3] Implementation</tt></pre> |
Junio C Hamano | 97bcb48 | 2010-11-25 03:16:07 | [diff] [blame] | 877 | </div></div> |
| 878 | <div class="paragraph"><p>Only necessary if --compose is also set. If --compose |
| 879 | is not set, this will be prompted for.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 880 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 881 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 882 | --subject=<string> |
Junio C Hamano | c915412 | 2006-02-15 02:22:06 | [diff] [blame] | 883 | </dt> |
| 884 | <dd> |
| 885 | <p> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 886 | Specify the initial subject of the email thread. |
| 887 | Only necessary if --compose is also set. If --compose |
| 888 | is not set, this will be prompted for. |
Junio C Hamano | c915412 | 2006-02-15 02:22:06 | [diff] [blame] | 889 | </p> |
| 890 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 891 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 892 | --to=<address> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 893 | </dt> |
| 894 | <dd> |
| 895 | <p> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 896 | Specify the primary recipient of the emails generated. Generally, this |
| 897 | will be the upstream maintainer of the project involved. Default is the |
| 898 | value of the <em>sendemail.to</em> configuration value; if that is unspecified, |
Junio C Hamano | 39c7a69 | 2010-10-27 06:08:54 | [diff] [blame] | 899 | and --to-cmd is not specified, this will be prompted for. |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 900 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 901 | <div class="paragraph"><p>The --to option must be repeated for each user you want on the to list.</p></div> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 902 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 903 | <dt class="hdlist1"> |
Junio C Hamano | 4015aed | 2010-06-27 20:07:42 | [diff] [blame] | 904 | --8bit-encoding=<encoding> |
| 905 | </dt> |
| 906 | <dd> |
| 907 | <p> |
| 908 | When encountering a non-ASCII message or subject that does not |
| 909 | declare its encoding, add headers/quoting to indicate it is |
| 910 | encoded in <encoding>. Default is the value of the |
| 911 | <em>sendemail.assume8bitEncoding</em>; if that is unspecified, this |
| 912 | will be prompted for if any non-ASCII files are encountered. |
| 913 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 914 | <div class="paragraph"><p>Note that no attempts whatsoever are made to validate the encoding.</p></div> |
Junio C Hamano | 4015aed | 2010-06-27 20:07:42 | [diff] [blame] | 915 | </dd> |
Junio C Hamano | a129545 | 2012-11-13 22:32:04 | [diff] [blame] | 916 | <dt class="hdlist1"> |
| 917 | --compose-encoding=<encoding> |
| 918 | </dt> |
| 919 | <dd> |
| 920 | <p> |
| 921 | Specify encoding of compose message. Default is the value of the |
| 922 | <em>sendemail.composeencoding</em>; if that is unspecified, UTF-8 is assumed. |
| 923 | </p> |
| 924 | </dd> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 925 | </dl></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 926 | </div> |
| 927 | <div class="sect2"> |
| 928 | <h3 id="_sending">Sending</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 929 | <div class="dlist"><dl> |
| 930 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 931 | --envelope-sender=<address> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 932 | </dt> |
| 933 | <dd> |
| 934 | <p> |
| 935 | Specify the envelope sender used to send the emails. |
| 936 | This is useful if your default address is not the address that is |
Junio C Hamano | 2bd8a74 | 2009-12-01 21:16:59 | [diff] [blame] | 937 | subscribed to a list. In order to use the <em>From</em> address, set the |
| 938 | value to "auto". If you use the sendmail binary, you must have |
| 939 | suitable privileges for the -f parameter. Default is the value of the |
| 940 | <em>sendemail.envelopesender</em> configuration variable; if that is |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 941 | unspecified, choosing the envelope sender is left to your MTA. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 942 | </p> |
| 943 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 944 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 945 | --smtp-encryption=<encryption> |
Junio C Hamano | 6852289 | 2007-09-06 01:33:41 | [diff] [blame] | 946 | </dt> |
| 947 | <dd> |
| 948 | <p> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 949 | Specify the encryption to use, either <em>ssl</em> or <em>tls</em>. Any other |
| 950 | value reverts to plain SMTP. Default is the value of |
| 951 | <em>sendemail.smtpencryption</em>. |
Junio C Hamano | 6852289 | 2007-09-06 01:33:41 | [diff] [blame] | 952 | </p> |
| 953 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 954 | <dt class="hdlist1"> |
Junio C Hamano | cb39aea | 2010-05-09 07:24:48 | [diff] [blame] | 955 | --smtp-domain=<FQDN> |
| 956 | </dt> |
| 957 | <dd> |
| 958 | <p> |
| 959 | Specifies the Fully Qualified Domain Name (FQDN) used in the |
| 960 | HELO/EHLO command to the SMTP server. Some servers require the |
| 961 | FQDN to match your IP address. If not set, git send-email attempts |
| 962 | to determine your FQDN automatically. Default is the value of |
| 963 | <em>sendemail.smtpdomain</em>. |
| 964 | </p> |
| 965 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 966 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 967 | --smtp-pass[=<password>] |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 968 | </dt> |
| 969 | <dd> |
| 970 | <p> |
| 971 | Password for SMTP-AUTH. The argument is optional: If no |
| 972 | argument is specified, then the empty string is used as |
| 973 | the password. Default is the value of <em>sendemail.smtppass</em>, |
| 974 | however <em>--smtp-pass</em> always overrides this value. |
| 975 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 976 | <div class="paragraph"><p>Furthermore, passwords need not be specified in configuration files |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 977 | or on the command line. If a username has been specified (with |
| 978 | <em>--smtp-user</em> or a <em>sendemail.smtpuser</em>), but no password has been |
Junio C Hamano | 5e7f131 | 2013-03-21 22:49:01 | [diff] [blame] | 979 | specified (with <em>--smtp-pass</em> or <em>sendemail.smtppass</em>), then |
| 980 | a password is obtained using <em>git-credential</em>.</p></div> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 981 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 982 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 983 | --smtp-server=<host> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 984 | </dt> |
| 985 | <dd> |
| 986 | <p> |
Junio C Hamano | b63afff | 2007-05-01 03:05:55 | [diff] [blame] | 987 | If set, specifies the outgoing SMTP server to use (e.g. |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 988 | <tt>smtp.example.com</tt> or a raw IP address). Alternatively it can |
Junio C Hamano | b63afff | 2007-05-01 03:05:55 | [diff] [blame] | 989 | specify a full pathname of a sendmail-like program instead; |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 990 | the program must support the <tt>-i</tt> option. Default value can |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 991 | be specified by the <em>sendemail.smtpserver</em> configuration |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 992 | option; the built-in default is <tt>/usr/sbin/sendmail</tt> or |
| 993 | <tt>/usr/lib/sendmail</tt> if such program is available, or |
| 994 | <tt>localhost</tt> otherwise. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 995 | </p> |
| 996 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 997 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 998 | --smtp-server-port=<port> |
Junio C Hamano | 4fd58d4 | 2007-09-30 00:51:14 | [diff] [blame] | 999 | </dt> |
| 1000 | <dd> |
| 1001 | <p> |
| 1002 | Specifies a port different from the default port (SMTP |
Junio C Hamano | bacccda | 2009-08-03 08:07:12 | [diff] [blame] | 1003 | servers typically listen to smtp port 25, but may also listen to |
| 1004 | submission port 587, or the common SSL smtp port 465); |
| 1005 | symbolic port names (e.g. "submission" instead of 587) |
Junio C Hamano | 3d14151 | 2009-06-01 01:22:40 | [diff] [blame] | 1006 | are also accepted. The port can also be set with the |
| 1007 | <em>sendemail.smtpserverport</em> configuration variable. |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 1008 | </p> |
| 1009 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1010 | <dt class="hdlist1"> |
Junio C Hamano | 39c7a69 | 2010-10-27 06:08:54 | [diff] [blame] | 1011 | --smtp-server-option=<option> |
| 1012 | </dt> |
| 1013 | <dd> |
| 1014 | <p> |
| 1015 | If set, specifies the outgoing SMTP server option to use. |
| 1016 | Default value can be specified by the <em>sendemail.smtpserveroption</em> |
| 1017 | configuration option. |
| 1018 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1019 | <div class="paragraph"><p>The --smtp-server-option option must be repeated for each option you want |
Junio C Hamano | 39c7a69 | 2010-10-27 06:08:54 | [diff] [blame] | 1020 | to pass to the server. Likewise, different lines in the configuration files |
| 1021 | must be used for each option.</p></div> |
| 1022 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1023 | <dt class="hdlist1"> |
Junio C Hamano | 6852289 | 2007-09-06 01:33:41 | [diff] [blame] | 1024 | --smtp-ssl |
| 1025 | </dt> |
| 1026 | <dd> |
| 1027 | <p> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1028 | Legacy alias for <em>--smtp-encryption ssl</em>. |
Junio C Hamano | 6852289 | 2007-09-06 01:33:41 | [diff] [blame] | 1029 | </p> |
| 1030 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1031 | <dt class="hdlist1"> |
Junio C Hamano | 58f587a | 2013-07-22 19:20:59 | [diff] [blame] | 1032 | --smtp-ssl-cert-path |
| 1033 | </dt> |
| 1034 | <dd> |
| 1035 | <p> |
| 1036 | Path to ca-certificates (either a directory or a single file). |
| 1037 | Set it to an empty string to disable certificate verification. |
| 1038 | Defaults to the value set to the <em>sendemail.smtpsslcertpath</em> |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 1039 | configuration variable, if set, or <tt>/etc/ssl/certs</tt> otherwise. |
Junio C Hamano | 58f587a | 2013-07-22 19:20:59 | [diff] [blame] | 1040 | </p> |
| 1041 | </dd> |
| 1042 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 1043 | --smtp-user=<user> |
Junio C Hamano | 86f7588 | 2006-02-06 02:27:23 | [diff] [blame] | 1044 | </dt> |
| 1045 | <dd> |
| 1046 | <p> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1047 | Username for SMTP-AUTH. Default is the value of <em>sendemail.smtpuser</em>; |
| 1048 | if a username is not specified (with <em>--smtp-user</em> or <em>sendemail.smtpuser</em>), |
| 1049 | then authentication is not attempted. |
| 1050 | </p> |
| 1051 | </dd> |
Junio C Hamano | 6ebd804 | 2012-02-28 00:17:40 | [diff] [blame] | 1052 | <dt class="hdlist1"> |
| 1053 | --smtp-debug=0|1 |
| 1054 | </dt> |
| 1055 | <dd> |
| 1056 | <p> |
| 1057 | Enable (1) or disable (0) debug output. If enabled, SMTP |
| 1058 | commands and replies will be printed. Useful to debug TLS |
| 1059 | connection and authentication problems. |
| 1060 | </p> |
| 1061 | </dd> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1062 | </dl></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1063 | </div> |
| 1064 | <div class="sect2"> |
| 1065 | <h3 id="_automating">Automating</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1066 | <div class="dlist"><dl> |
| 1067 | <dt class="hdlist1"> |
Junio C Hamano | 39c7a69 | 2010-10-27 06:08:54 | [diff] [blame] | 1068 | --to-cmd=<command> |
| 1069 | </dt> |
| 1070 | <dd> |
| 1071 | <p> |
| 1072 | Specify a command to execute once per patch file which |
| 1073 | should generate patch file specific "To:" entries. |
| 1074 | Output of this command must be single email address per line. |
| 1075 | Default is the value of <em>sendemail.tocmd</em> configuration value. |
| 1076 | </p> |
| 1077 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1078 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 1079 | --cc-cmd=<command> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1080 | </dt> |
| 1081 | <dd> |
| 1082 | <p> |
| 1083 | Specify a command to execute once per patch file which |
| 1084 | should generate patch file specific "Cc:" entries. |
| 1085 | Output of this command must be single email address per line. |
| 1086 | Default is the value of <em>sendemail.cccmd</em> configuration value. |
Junio C Hamano | 86f7588 | 2006-02-06 02:27:23 | [diff] [blame] | 1087 | </p> |
| 1088 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1089 | <dt class="hdlist1"> |
Junio C Hamano | 25e7ba6 | 2009-06-14 01:03:22 | [diff] [blame] | 1090 | --[no-]chain-reply-to |
Junio C Hamano | c915412 | 2006-02-15 02:22:06 | [diff] [blame] | 1091 | </dt> |
| 1092 | <dd> |
| 1093 | <p> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1094 | If this is set, each email will be sent as a reply to the previous |
| 1095 | email sent. If disabled with "--no-chain-reply-to", all emails after |
| 1096 | the first will be sent as replies to the first email sent. When using |
| 1097 | this, it is recommended that the first file given be an overview of the |
Junio C Hamano | 096dde2 | 2009-12-26 23:14:11 | [diff] [blame] | 1098 | entire patch series. Disabled by default, but the <em>sendemail.chainreplyto</em> |
| 1099 | configuration variable can be used to enable it. |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1100 | </p> |
| 1101 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1102 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 1103 | --identity=<identity> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1104 | </dt> |
| 1105 | <dd> |
| 1106 | <p> |
| 1107 | A configuration identity. When given, causes values in the |
| 1108 | <em>sendemail.<identity></em> subsection to take precedence over |
| 1109 | values in the <em>sendemail</em> section. The default identity is |
| 1110 | the value of <em>sendemail.identity</em>. |
| 1111 | </p> |
| 1112 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1113 | <dt class="hdlist1"> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1114 | --[no-]signed-off-by-cc |
| 1115 | </dt> |
| 1116 | <dd> |
| 1117 | <p> |
| 1118 | If this is set, add emails found in Signed-off-by: or Cc: lines to the |
| 1119 | cc list. Default is the value of <em>sendemail.signedoffbycc</em> configuration |
| 1120 | value; if that is unspecified, default to --signed-off-by-cc. |
Junio C Hamano | c915412 | 2006-02-15 02:22:06 | [diff] [blame] | 1121 | </p> |
| 1122 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1123 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 1124 | --suppress-cc=<category> |
Junio C Hamano | 9c33415 | 2008-02-12 03:18:52 | [diff] [blame] | 1125 | </dt> |
| 1126 | <dd> |
| 1127 | <p> |
| 1128 | Specify an additional category of recipients to suppress the |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 1129 | auto-cc of: |
Junio C Hamano | 9c33415 | 2008-02-12 03:18:52 | [diff] [blame] | 1130 | </p> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1131 | <div class="openblock"> |
| 1132 | <div class="content"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1133 | <div class="ulist"><ul> |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 1134 | <li> |
| 1135 | <p> |
| 1136 | <em>author</em> will avoid including the patch author |
| 1137 | </p> |
| 1138 | </li> |
| 1139 | <li> |
| 1140 | <p> |
| 1141 | <em>self</em> will avoid including the sender |
| 1142 | </p> |
| 1143 | </li> |
| 1144 | <li> |
| 1145 | <p> |
| 1146 | <em>cc</em> will avoid including anyone mentioned in Cc lines in the patch header |
| 1147 | except for self (use <em>self</em> for that). |
| 1148 | </p> |
| 1149 | </li> |
| 1150 | <li> |
| 1151 | <p> |
Junio C Hamano | 0e88f3e | 2009-06-21 08:03:25 | [diff] [blame] | 1152 | <em>bodycc</em> will avoid including anyone mentioned in Cc lines in the |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 1153 | patch body (commit message) except for self (use <em>self</em> for that). |
| 1154 | </p> |
| 1155 | </li> |
| 1156 | <li> |
| 1157 | <p> |
| 1158 | <em>sob</em> will avoid including anyone mentioned in Signed-off-by lines except |
| 1159 | for self (use <em>self</em> for that). |
| 1160 | </p> |
| 1161 | </li> |
| 1162 | <li> |
| 1163 | <p> |
| 1164 | <em>cccmd</em> will avoid running the --cc-cmd. |
| 1165 | </p> |
| 1166 | </li> |
| 1167 | <li> |
| 1168 | <p> |
Junio C Hamano | 0e88f3e | 2009-06-21 08:03:25 | [diff] [blame] | 1169 | <em>body</em> is equivalent to <em>sob</em> + <em>bodycc</em> |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 1170 | </p> |
| 1171 | </li> |
| 1172 | <li> |
| 1173 | <p> |
| 1174 | <em>all</em> will suppress all auto cc values. |
| 1175 | </p> |
| 1176 | </li> |
| 1177 | </ul></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1178 | </div></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1179 | <div class="paragraph"><p>Default is the value of <em>sendemail.suppresscc</em> configuration value; if |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 1180 | that is unspecified, default to <em>self</em> if --suppress-from is |
| 1181 | specified, as well as <em>body</em> if --no-signed-off-cc is specified.</p></div> |
Junio C Hamano | 9c33415 | 2008-02-12 03:18:52 | [diff] [blame] | 1182 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1183 | <dt class="hdlist1"> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1184 | --[no-]suppress-from |
Junio C Hamano | eb41599 | 2008-06-08 22:49:47 | [diff] [blame] | 1185 | </dt> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1186 | <dd> |
| 1187 | <p> |
| 1188 | If this is set, do not add the From: address to the cc: list. |
| 1189 | Default is the value of <em>sendemail.suppressfrom</em> configuration |
| 1190 | value; if that is unspecified, default to --no-suppress-from. |
| 1191 | </p> |
| 1192 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1193 | <dt class="hdlist1"> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1194 | --[no-]thread |
Junio C Hamano | ddc5ad4 | 2007-06-27 07:14:52 | [diff] [blame] | 1195 | </dt> |
| 1196 | <dd> |
| 1197 | <p> |
Junio C Hamano | 1bbd0f4 | 2009-07-23 06:20:29 | [diff] [blame] | 1198 | If this is set, the In-Reply-To and References headers will be |
| 1199 | added to each email sent. Whether each mail refers to the |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 1200 | previous email (<tt>deep</tt> threading per <em>git format-patch</em> |
| 1201 | wording) or to the first email (<tt>shallow</tt> threading) is |
Junio C Hamano | 1bbd0f4 | 2009-07-23 06:20:29 | [diff] [blame] | 1202 | governed by "--[no-]chain-reply-to". |
Junio C Hamano | ddc5ad4 | 2007-06-27 07:14:52 | [diff] [blame] | 1203 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1204 | <div class="paragraph"><p>If disabled with "--no-thread", those headers will not be added |
Junio C Hamano | 1bbd0f4 | 2009-07-23 06:20:29 | [diff] [blame] | 1205 | (unless specified with --in-reply-to). Default is the value of the |
| 1206 | <em>sendemail.thread</em> configuration value; if that is unspecified, |
| 1207 | default to --thread.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1208 | <div class="paragraph"><p>It is up to the user to ensure that no In-Reply-To header already |
Junio C Hamano | 1bbd0f4 | 2009-07-23 06:20:29 | [diff] [blame] | 1209 | exists when <em>git send-email</em> is asked to add it (especially note that |
| 1210 | <em>git format-patch</em> can be configured to do the threading itself). |
| 1211 | Failure to do so may not produce the expected result in the |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1212 | recipient’s MUA.</p></div> |
Junio C Hamano | ddc5ad4 | 2007-06-27 07:14:52 | [diff] [blame] | 1213 | </dd> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1214 | </dl></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1215 | </div> |
| 1216 | <div class="sect2"> |
| 1217 | <h3 id="_administering">Administering</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1218 | <div class="dlist"><dl> |
| 1219 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 1220 | --confirm=<mode> |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 1221 | </dt> |
| 1222 | <dd> |
| 1223 | <p> |
| 1224 | Confirm just before sending: |
| 1225 | </p> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1226 | <div class="openblock"> |
| 1227 | <div class="content"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1228 | <div class="ulist"><ul> |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 1229 | <li> |
| 1230 | <p> |
| 1231 | <em>always</em> will always confirm before sending |
| 1232 | </p> |
| 1233 | </li> |
| 1234 | <li> |
| 1235 | <p> |
| 1236 | <em>never</em> will never confirm before sending |
| 1237 | </p> |
| 1238 | </li> |
| 1239 | <li> |
| 1240 | <p> |
| 1241 | <em>cc</em> will confirm before sending when send-email has automatically |
| 1242 | added addresses from the patch to the Cc list |
| 1243 | </p> |
| 1244 | </li> |
| 1245 | <li> |
| 1246 | <p> |
| 1247 | <em>compose</em> will confirm before sending the first message when using --compose. |
| 1248 | </p> |
| 1249 | </li> |
| 1250 | <li> |
| 1251 | <p> |
| 1252 | <em>auto</em> is equivalent to <em>cc</em> + <em>compose</em> |
| 1253 | </p> |
| 1254 | </li> |
| 1255 | </ul></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1256 | </div></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1257 | <div class="paragraph"><p>Default is the value of <em>sendemail.confirm</em> configuration value; if that |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 1258 | is unspecified, default to <em>auto</em> unless any of the suppress options |
| 1259 | have been specified, in which case default to <em>compose</em>.</p></div> |
| 1260 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1261 | <dt class="hdlist1"> |
Junio C Hamano | 45889b4 | 2007-04-26 07:20:04 | [diff] [blame] | 1262 | --dry-run |
| 1263 | </dt> |
| 1264 | <dd> |
| 1265 | <p> |
| 1266 | Do everything except actually send the emails. |
| 1267 | </p> |
| 1268 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1269 | <dt class="hdlist1"> |
Junio C Hamano | 3d14151 | 2009-06-01 01:22:40 | [diff] [blame] | 1270 | --[no-]format-patch |
| 1271 | </dt> |
| 1272 | <dd> |
| 1273 | <p> |
| 1274 | When an argument may be understood either as a reference or as a file name, |
| 1275 | choose to understand it as a format-patch argument (<em>--format-patch</em>) |
| 1276 | or as a file name (<em>--no-format-patch</em>). By default, when such a conflict |
| 1277 | occurs, git send-email will fail. |
| 1278 | </p> |
| 1279 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1280 | <dt class="hdlist1"> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1281 | --quiet |
Junio C Hamano | 45889b4 | 2007-04-26 07:20:04 | [diff] [blame] | 1282 | </dt> |
| 1283 | <dd> |
| 1284 | <p> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1285 | Make git-send-email less verbose. One line per email should be |
| 1286 | all that is output. |
Junio C Hamano | 45889b4 | 2007-04-26 07:20:04 | [diff] [blame] | 1287 | </p> |
| 1288 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1289 | <dt class="hdlist1"> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1290 | --[no-]validate |
Junio C Hamano | 86f7588 | 2006-02-06 02:27:23 | [diff] [blame] | 1291 | </dt> |
| 1292 | <dd> |
| 1293 | <p> |
Junio C Hamano | a476efa | 2008-10-10 15:31:42 | [diff] [blame] | 1294 | Perform sanity checks on patches. |
| 1295 | Currently, validation means the following: |
Junio C Hamano | 86f7588 | 2006-02-06 02:27:23 | [diff] [blame] | 1296 | </p> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1297 | <div class="openblock"> |
| 1298 | <div class="content"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1299 | <div class="ulist"><ul> |
Junio C Hamano | 2fa431b | 2008-12-28 01:26:23 | [diff] [blame] | 1300 | <li> |
| 1301 | <p> |
| 1302 | Warn of patches that contain lines longer than 998 characters; this |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1303 | is due to SMTP limits as described by <a href="http://www.ietf.org/rfc/rfc2821.txt">http://www.ietf.org/rfc/rfc2821.txt</a>. |
Junio C Hamano | 2fa431b | 2008-12-28 01:26:23 | [diff] [blame] | 1304 | </p> |
| 1305 | </li> |
| 1306 | </ul></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1307 | </div></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1308 | <div class="paragraph"><p>Default is the value of <em>sendemail.validate</em>; if this is not set, |
Junio C Hamano | 2fa431b | 2008-12-28 01:26:23 | [diff] [blame] | 1309 | default to <em>--validate</em>.</p></div> |
Junio C Hamano | 610d176 | 2008-11-28 06:27:13 | [diff] [blame] | 1310 | </dd> |
Junio C Hamano | cf29d33 | 2010-12-11 07:28:56 | [diff] [blame] | 1311 | <dt class="hdlist1"> |
| 1312 | --force |
| 1313 | </dt> |
| 1314 | <dd> |
| 1315 | <p> |
| 1316 | Send emails even if safety checks would prevent it. |
| 1317 | </p> |
| 1318 | </dd> |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 1319 | </dl></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1320 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1321 | </div> |
| 1322 | </div> |
| 1323 | <div class="sect1"> |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 1324 | <h2 id="_configuration">CONFIGURATION</h2> |
Junio C Hamano | c51fede | 2007-03-12 07:29:20 | [diff] [blame] | 1325 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1326 | <div class="dlist"><dl> |
| 1327 | <dt class="hdlist1"> |
Junio C Hamano | c51fede | 2007-03-12 07:29:20 | [diff] [blame] | 1328 | sendemail.aliasesfile |
| 1329 | </dt> |
| 1330 | <dd> |
| 1331 | <p> |
| 1332 | To avoid typing long email addresses, point this to one or more |
| 1333 | email aliases files. You must also supply <em>sendemail.aliasfiletype</em>. |
| 1334 | </p> |
| 1335 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1336 | <dt class="hdlist1"> |
Junio C Hamano | c51fede | 2007-03-12 07:29:20 | [diff] [blame] | 1337 | sendemail.aliasfiletype |
| 1338 | </dt> |
| 1339 | <dd> |
| 1340 | <p> |
| 1341 | Format of the file(s) specified in sendemail.aliasesfile. Must be |
Junio C Hamano | 0773834 | 2009-04-23 03:06:56 | [diff] [blame] | 1342 | one of <em>mutt</em>, <em>mailrc</em>, <em>pine</em>, <em>elm</em>, or <em>gnus</em>. |
Junio C Hamano | c51fede | 2007-03-12 07:29:20 | [diff] [blame] | 1343 | </p> |
| 1344 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1345 | <dt class="hdlist1"> |
Junio C Hamano | 610d176 | 2008-11-28 06:27:13 | [diff] [blame] | 1346 | sendemail.multiedit |
| 1347 | </dt> |
| 1348 | <dd> |
| 1349 | <p> |
| 1350 | If true (default), a single editor instance will be spawned to edit |
| 1351 | files you have to edit (patches when <em>--annotate</em> is used, and the |
| 1352 | summary when <em>--compose</em> is used). If false, files will be edited one |
| 1353 | after the other, spawning a new editor each time. |
| 1354 | </p> |
| 1355 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1356 | <dt class="hdlist1"> |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 1357 | sendemail.confirm |
| 1358 | </dt> |
| 1359 | <dd> |
| 1360 | <p> |
| 1361 | Sets the default for whether to confirm before sending. Must be |
| 1362 | one of <em>always</em>, <em>never</em>, <em>cc</em>, <em>compose</em>, or <em>auto</em>. See <em>--confirm</em> |
| 1363 | in the previous section for the meaning of these values. |
| 1364 | </p> |
| 1365 | </dd> |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 1366 | </dl></div> |
Junio C Hamano | c51fede | 2007-03-12 07:29:20 | [diff] [blame] | 1367 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1368 | </div> |
| 1369 | <div class="sect1"> |
Junio C Hamano | b77f819 | 2011-05-05 01:30:38 | [diff] [blame] | 1370 | <h2 id="_example">EXAMPLE</h2> |
Junio C Hamano | facbe51 | 2010-05-05 02:42:36 | [diff] [blame] | 1371 | <div class="sectionbody"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1372 | <div class="sect2"> |
| 1373 | <h3 id="_use_gmail_as_the_smtp_server">Use gmail as the smtp server</h3> |
Junio C Hamano | b77f819 | 2011-05-05 01:30:38 | [diff] [blame] | 1374 | <div class="paragraph"><p>To use <em>git send-email</em> to send your patches through the GMail SMTP server, |
| 1375 | edit ~/.gitconfig to specify your account settings:</p></div> |
Junio C Hamano | facbe51 | 2010-05-05 02:42:36 | [diff] [blame] | 1376 | <div class="literalblock"> |
| 1377 | <div class="content"> |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 1378 | <pre><tt>[sendemail] |
Junio C Hamano | facbe51 | 2010-05-05 02:42:36 | [diff] [blame] | 1379 | smtpencryption = tls |
| 1380 | smtpserver = smtp.gmail.com |
| 1381 | smtpuser = yourname@gmail.com |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 1382 | smtpserverport = 587</tt></pre> |
Junio C Hamano | facbe51 | 2010-05-05 02:42:36 | [diff] [blame] | 1383 | </div></div> |
Junio C Hamano | b77f819 | 2011-05-05 01:30:38 | [diff] [blame] | 1384 | <div class="paragraph"><p>Once your commits are ready to be sent to the mailing list, run the |
| 1385 | following commands:</p></div> |
| 1386 | <div class="literalblock"> |
| 1387 | <div class="content"> |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 1388 | <pre><tt>$ git format-patch --cover-letter -M origin/master -o outgoing/ |
Junio C Hamano | b77f819 | 2011-05-05 01:30:38 | [diff] [blame] | 1389 | $ edit outgoing/0000-* |
Junio C Hamano | 61525f9 | 2014-01-17 22:46:49 | [diff] [blame] | 1390 | $ git send-email outgoing/*</tt></pre> |
Junio C Hamano | b77f819 | 2011-05-05 01:30:38 | [diff] [blame] | 1391 | </div></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1392 | <div class="paragraph"><p>Note: the following perl modules are required |
Junio C Hamano | facbe51 | 2010-05-05 02:42:36 | [diff] [blame] | 1393 | Net::SMTP::SSL, MIME::Base64 and Authen::SASL</p></div> |
| 1394 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1395 | </div> |
| 1396 | </div> |
| 1397 | <div class="sect1"> |
Junio C Hamano | b77f819 | 2011-05-05 01:30:38 | [diff] [blame] | 1398 | <h2 id="_see_also">SEE ALSO</h2> |
| 1399 | <div class="sectionbody"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1400 | <div class="paragraph"><p><a href="git-format-patch.html">git-format-patch(1)</a>, <a href="git-imap-send.html">git-imap-send(1)</a>, mbox(5)</p></div> |
Junio C Hamano | b77f819 | 2011-05-05 01:30:38 | [diff] [blame] | 1401 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1402 | </div> |
| 1403 | <div class="sect1"> |
Junio C Hamano | 9e39507 | 2008-07-31 22:11:21 | [diff] [blame] | 1404 | <h2 id="_git">GIT</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1405 | <div class="sectionbody"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1406 | <div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1407 | </div> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 1408 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1409 | </div> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 1410 | <div id="footnotes"><hr /></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1411 | <div id="footer"> |
| 1412 | <div id="footer-text"> |
Junio C Hamano | 683a861 | 2013-08-23 20:50:09 | [diff] [blame] | 1413 | Last updated 2013-08-20 08:40:27 PDT |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1414 | </div> |
| 1415 | </div> |
| 1416 | </body> |
| 1417 | </html> |