File tree Expand file tree Collapse file tree 19 files changed +445
-64
lines changed
Expand file tree Collapse file tree 19 files changed +445
-64
lines changed Original file line number Diff line number Diff line change @@ -1737,6 +1737,7 @@ sendemail.to::
17371737sendemail.smtpdomain::
17381738sendemail.smtpserver::
17391739sendemail.smtpserverport::
1740+ sendemail.smtpserveroption::
17401741sendemail.smtpuser::
17411742sendemail.thread::
17421743sendemail.validate::
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ endif::git-format-patch[]
207207 digits can be specified with `--abbrev=<n>`.
208208
209209-B[<n>][/<m>]::
210+ --break-rewrites[=[<n>][/<m>]]::
210211 Break complete rewrite changes into pairs of delete and
211212 create. This serves two purposes:
212213+
@@ -229,6 +230,7 @@ eligible for being picked up as a possible source of a rename to
229230another file.
230231
231232-M[<n>]::
233+ --detect-renames[=<n>]::
232234ifndef::git-log[]
233235 Detect renames.
234236endif::git-log[]
@@ -244,6 +246,7 @@ endif::git-log[]
244246 hasn't changed.
245247
246248-C[<n>]::
249+ --detect-copies[=<n>]::
247250 Detect copies as well as renames. See also `--find-copies-harder`.
248251 If `n` is specified, it has the same meaning as for `-M<n>`.
249252
Original file line number Diff line number Diff line change @@ -3864,6 +3864,9 @@ <h3 id="_variables">Variables</h3><div style="clear:left"></div>
38643864sendemail.smtpserverport
38653865</ dt >
38663866< dt >
3867+ sendemail.smtpserveroption
3868+ </ dt >
3869+ < dt >
38673870sendemail.smtpuser
38683871</ dt >
38693872< dt >
@@ -4101,7 +4104,7 @@ <h2 id="_git">GIT</h2>
41014104</ div >
41024105< div id ="footer ">
41034106< div id ="footer-text ">
4104- Last updated 2010-10-19 23:50:41 UTC
4107+ Last updated 2010-10-27 06:08:16 UTC
41054108</ div >
41064109</ div >
41074110</ body >
Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ <h2 id="_options">OPTIONS</h2>
429429 be either an IPv4 address or an IPv6 address if supported. If IPv6
430430 is not supported, then --listen=hostname is also not supported and
431431 --listen must be given an IPv4 address.
432+ Can be given more than once.
432433 Incompatible with < em > --inetd</ em > option.
433434</ p >
434435</ dd >
@@ -753,7 +754,7 @@ <h2 id="_git">GIT</h2>
753754</ div >
754755< div id ="footer ">
755756< div id ="footer-text ">
756- Last updated 2010-10-22 04:11:03 UTC
757+ Last updated 2010-10-27 06:08:16 UTC
757758</ div >
758759</ div >
759760</ body >
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ OPTIONS
8585 be either an IPv4 address or an IPv6 address if supported. If IPv6
8686 is not supported, then --listen=hostname is also not supported and
8787 --listen must be given an IPv4 address.
88+ Can be given more than once.
8889 Incompatible with '--inetd' option.
8990
9091--port=<n>::
Original file line number Diff line number Diff line change @@ -655,6 +655,9 @@ <h2 id="_options">OPTIONS</h2>
655655< dt >
656656-B[<n>][/<m>]
657657</ dt >
658+ < dt >
659+ --break-rewrites[=[<n>][/<m>]]
660+ </ dt >
658661< dd >
659662< p >
660663 Break complete rewrite changes into pairs of delete and
@@ -680,6 +683,9 @@ <h2 id="_options">OPTIONS</h2>
680683< dt >
681684-M[<n>]
682685</ dt >
686+ < dt >
687+ --detect-renames[=<n>]
688+ </ dt >
683689< dd >
684690< p >
685691 Detect renames.
@@ -693,6 +699,9 @@ <h2 id="_options">OPTIONS</h2>
693699< dt >
694700-C[<n>]
695701</ dt >
702+ < dt >
703+ --detect-copies[=<n>]
704+ </ dt >
696705< dd >
697706< p >
698707 Detect copies as well as renames. See also < tt > --find-copies-harder</ tt > .
@@ -1562,7 +1571,7 @@ <h2 id="_git">GIT</h2>
15621571</ div >
15631572< div id ="footer ">
15641573< div id ="footer-text ">
1565- Last updated 2010-10-22 04:11:03 UTC
1574+ Last updated 2010-10-27 06:08:17 UTC
15661575</ div >
15671576</ div >
15681577</ body >
Original file line number Diff line number Diff line change @@ -656,6 +656,9 @@ <h2 id="_options">OPTIONS</h2>
656656< dt >
657657-B[<n>][/<m>]
658658</ dt >
659+ < dt >
660+ --break-rewrites[=[<n>][/<m>]]
661+ </ dt >
659662< dd >
660663< p >
661664 Break complete rewrite changes into pairs of delete and
@@ -681,6 +684,9 @@ <h2 id="_options">OPTIONS</h2>
681684< dt >
682685-M[<n>]
683686</ dt >
687+ < dt >
688+ --detect-renames[=<n>]
689+ </ dt >
684690< dd >
685691< p >
686692 Detect renames.
@@ -694,6 +700,9 @@ <h2 id="_options">OPTIONS</h2>
694700< dt >
695701-C[<n>]
696702</ dt >
703+ < dt >
704+ --detect-copies[=<n>]
705+ </ dt >
697706< dd >
698707< p >
699708 Detect copies as well as renames. See also < tt > --find-copies-harder</ tt > .
@@ -1640,7 +1649,7 @@ <h2 id="_git">GIT</h2>
16401649</ div >
16411650< div id ="footer ">
16421651< div id ="footer-text ">
1643- Last updated 2010-10-22 04:11:04 UTC
1652+ Last updated 2010-10-27 06:08:18 UTC
16441653</ div >
16451654</ div >
16461655</ body >
Original file line number Diff line number Diff line change @@ -658,6 +658,9 @@ <h2 id="_options">OPTIONS</h2>
658658< dt >
659659-B[<n>][/<m>]
660660</ dt >
661+ < dt >
662+ --break-rewrites[=[<n>][/<m>]]
663+ </ dt >
661664< dd >
662665< p >
663666 Break complete rewrite changes into pairs of delete and
@@ -683,6 +686,9 @@ <h2 id="_options">OPTIONS</h2>
683686< dt >
684687-M[<n>]
685688</ dt >
689+ < dt >
690+ --detect-renames[=<n>]
691+ </ dt >
686692< dd >
687693< p >
688694 Detect renames.
@@ -696,6 +702,9 @@ <h2 id="_options">OPTIONS</h2>
696702< dt >
697703-C[<n>]
698704</ dt >
705+ < dt >
706+ --detect-copies[=<n>]
707+ </ dt >
699708< dd >
700709< p >
701710 Detect copies as well as renames. See also < tt > --find-copies-harder</ tt > .
@@ -2214,7 +2223,7 @@ <h2 id="_git">GIT</h2>
22142223</ div >
22152224< div id ="footer ">
22162225< div id ="footer-text ">
2217- Last updated 2010-10-22 04:11:04 UTC
2226+ Last updated 2010-10-27 06:08:19 UTC
22182227</ div >
22192228</ div >
22202229</ body >
Original file line number Diff line number Diff line change @@ -736,6 +736,9 @@ <h2 id="_options">OPTIONS</h2>
736736< dt >
737737-B[<n>][/<m>]
738738</ dt >
739+ < dt >
740+ --break-rewrites[=[<n>][/<m>]]
741+ </ dt >
739742< dd >
740743< p >
741744 Break complete rewrite changes into pairs of delete and
@@ -761,6 +764,9 @@ <h2 id="_options">OPTIONS</h2>
761764< dt >
762765-M[<n>]
763766</ dt >
767+ < dt >
768+ --detect-renames[=<n>]
769+ </ dt >
764770< dd >
765771< p >
766772 Detect renames.
@@ -774,6 +780,9 @@ <h2 id="_options">OPTIONS</h2>
774780< dt >
775781-C[<n>]
776782</ dt >
783+ < dt >
784+ --detect-copies[=<n>]
785+ </ dt >
777786< dd >
778787< p >
779788 Detect copies as well as renames. See also < tt > --find-copies-harder</ tt > .
@@ -1766,7 +1775,7 @@ <h2 id="_git">GIT</h2>
17661775</ div >
17671776< div id ="footer ">
17681777< div id ="footer-text ">
1769- Last updated 2010-10-22 04:11:05 UTC
1778+ Last updated 2010-10-27 06:08:19 UTC
17701779</ div >
17711780</ div >
17721781</ body >
Original file line number Diff line number Diff line change @@ -521,6 +521,9 @@ <h2 id="_options">OPTIONS</h2>
521521< dt >
522522-B[<n>][/<m>]
523523</ dt >
524+ < dt >
525+ --break-rewrites[=[<n>][/<m>]]
526+ </ dt >
524527< dd >
525528< p >
526529 Break complete rewrite changes into pairs of delete and
@@ -546,6 +549,9 @@ <h2 id="_options">OPTIONS</h2>
546549< dt >
547550-M[<n>]
548551</ dt >
552+ < dt >
553+ --detect-renames[=<n>]
554+ </ dt >
549555< dd >
550556< p >
551557 Detect renames.
@@ -559,6 +565,9 @@ <h2 id="_options">OPTIONS</h2>
559565< dt >
560566-C[<n>]
561567</ dt >
568+ < dt >
569+ --detect-copies[=<n>]
570+ </ dt >
562571< dd >
563572< p >
564573 Detect copies as well as renames. See also < tt > --find-copies-harder</ tt > .
@@ -1081,7 +1090,7 @@ <h2 id="_git">GIT</h2>
10811090</ div >
10821091< div id ="footer ">
10831092< div id ="footer-text ">
1084- Last updated 2010-10-22 04:11:06 UTC
1093+ Last updated 2010-10-27 06:08:20 UTC
10851094</ div >
10861095</ div >
10871096</ body >
You can’t perform that action at this time.
0 commit comments