Skip to content

Commit 39c7a69

Browse files
author
Junio C Hamano
committed
Autogenerated HTML docs for v1.7.3.2-145-g7ebe
1 parent d2179ef commit 39c7a69

19 files changed

+445
-64
lines changed

config.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,6 +1737,7 @@ sendemail.to::
17371737
sendemail.smtpdomain::
17381738
sendemail.smtpserver::
17391739
sendemail.smtpserverport::
1740+
sendemail.smtpserveroption::
17401741
sendemail.smtpuser::
17411742
sendemail.thread::
17421743
sendemail.validate::

diff-options.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
229230
another file.
230231

231232
-M[<n>]::
233+
--detect-renames[=<n>]::
232234
ifndef::git-log[]
233235
Detect renames.
234236
endif::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

git-config.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3864,6 +3864,9 @@ <h3 id="_variables">Variables</h3><div style="clear:left"></div>
38643864
sendemail.smtpserverport
38653865
</dt>
38663866
<dt>
3867+
sendemail.smtpserveroption
3868+
</dt>
3869+
<dt>
38673870
sendemail.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>

git-daemon.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

git-daemon.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>::

git-diff-files.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,9 @@ <h2 id="_options">OPTIONS</h2>
655655
<dt>
656656
-B[&lt;n&gt;][/&lt;m&gt;]
657657
</dt>
658+
<dt>
659+
--break-rewrites[=[&lt;n&gt;][/&lt;m&gt;]]
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[&lt;n&gt;]
682685
</dt>
686+
<dt>
687+
--detect-renames[=&lt;n&gt;]
688+
</dt>
683689
<dd>
684690
<p>
685691
Detect renames.
@@ -693,6 +699,9 @@ <h2 id="_options">OPTIONS</h2>
693699
<dt>
694700
-C[&lt;n&gt;]
695701
</dt>
702+
<dt>
703+
--detect-copies[=&lt;n&gt;]
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>

git-diff-index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,9 @@ <h2 id="_options">OPTIONS</h2>
656656
<dt>
657657
-B[&lt;n&gt;][/&lt;m&gt;]
658658
</dt>
659+
<dt>
660+
--break-rewrites[=[&lt;n&gt;][/&lt;m&gt;]]
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[&lt;n&gt;]
683686
</dt>
687+
<dt>
688+
--detect-renames[=&lt;n&gt;]
689+
</dt>
684690
<dd>
685691
<p>
686692
Detect renames.
@@ -694,6 +700,9 @@ <h2 id="_options">OPTIONS</h2>
694700
<dt>
695701
-C[&lt;n&gt;]
696702
</dt>
703+
<dt>
704+
--detect-copies[=&lt;n&gt;]
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>

git-diff-tree.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,9 @@ <h2 id="_options">OPTIONS</h2>
658658
<dt>
659659
-B[&lt;n&gt;][/&lt;m&gt;]
660660
</dt>
661+
<dt>
662+
--break-rewrites[=[&lt;n&gt;][/&lt;m&gt;]]
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[&lt;n&gt;]
685688
</dt>
689+
<dt>
690+
--detect-renames[=&lt;n&gt;]
691+
</dt>
686692
<dd>
687693
<p>
688694
Detect renames.
@@ -696,6 +702,9 @@ <h2 id="_options">OPTIONS</h2>
696702
<dt>
697703
-C[&lt;n&gt;]
698704
</dt>
705+
<dt>
706+
--detect-copies[=&lt;n&gt;]
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>

git-diff.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,9 @@ <h2 id="_options">OPTIONS</h2>
736736
<dt>
737737
-B[&lt;n&gt;][/&lt;m&gt;]
738738
</dt>
739+
<dt>
740+
--break-rewrites[=[&lt;n&gt;][/&lt;m&gt;]]
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[&lt;n&gt;]
763766
</dt>
767+
<dt>
768+
--detect-renames[=&lt;n&gt;]
769+
</dt>
764770
<dd>
765771
<p>
766772
Detect renames.
@@ -774,6 +780,9 @@ <h2 id="_options">OPTIONS</h2>
774780
<dt>
775781
-C[&lt;n&gt;]
776782
</dt>
783+
<dt>
784+
--detect-copies[=&lt;n&gt;]
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>

git-format-patch.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,9 @@ <h2 id="_options">OPTIONS</h2>
521521
<dt>
522522
-B[&lt;n&gt;][/&lt;m&gt;]
523523
</dt>
524+
<dt>
525+
--break-rewrites[=[&lt;n&gt;][/&lt;m&gt;]]
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[&lt;n&gt;]
548551
</dt>
552+
<dt>
553+
--detect-renames[=&lt;n&gt;]
554+
</dt>
549555
<dd>
550556
<p>
551557
Detect renames.
@@ -559,6 +565,9 @@ <h2 id="_options">OPTIONS</h2>
559565
<dt>
560566
-C[&lt;n&gt;]
561567
</dt>
568+
<dt>
569+
--detect-copies[=&lt;n&gt;]
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>

0 commit comments

Comments
 (0)