Skip to content

Commit e97d577

Browse files
author
Junio C Hamano
committed
Autogenerated HTML docs for v1.7.1-94-g636e8
1 parent 072d22b commit e97d577

15 files changed

+36
-16
lines changed

config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,7 @@ receive.denyDeletes::
15251525
the ref. Use this to prevent such a ref deletion via a push.
15261526

15271527
receive.denyCurrentBranch::
1528-
If set to true or "refuse", receive-pack will deny a ref update
1528+
If set to true or "refuse", git-receive-pack will deny a ref update
15291529
to the currently checked out branch of a non-bare repository.
15301530
Such a push is potentially dangerous because it brings the HEAD
15311531
out of sync with the index and working tree. If set to "warn",

diff-options.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ endif::git-format-patch[]
2121
ifndef::git-format-patch[]
2222
-p::
2323
-u::
24+
--patch::
2425
Generate patch (see section on generating patches).
2526
{git-diff? This is the default.}
2627
endif::git-format-patch[]

git-config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3426,7 +3426,7 @@ <h3 id="_variables">Variables</h3><div style="clear:left"></div>
34263426
</dt>
34273427
<dd>
34283428
<p>
3429-
If set to true or "refuse", receive-pack will deny a ref update
3429+
If set to true or "refuse", git-receive-pack will deny a ref update
34303430
to the currently checked out branch of a non-bare repository.
34313431
Such a push is potentially dangerous because it brings the HEAD
34323432
out of sync with the index and working tree. If set to "warn",
@@ -3892,7 +3892,7 @@ <h2 id="_git">GIT</h2>
38923892
</div>
38933893
<div id="footer">
38943894
<div id="footer-text">
3895-
Last updated 2010-05-09 07:24:18 UTC
3895+
Last updated 2010-05-19 08:13:29 UTC
38963896
</div>
38973897
</div>
38983898
</body>

git-diff-files.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ <h2 id="_options">OPTIONS</h2>
338338
<dt>
339339
-u
340340
</dt>
341+
<dt>
342+
--patch
343+
</dt>
341344
<dd>
342345
<p>
343346
Generate patch (see section on generating patches).
@@ -1431,7 +1434,7 @@ <h2 id="_git">GIT</h2>
14311434
</div>
14321435
<div id="footer">
14331436
<div id="footer-text">
1434-
Last updated 2010-04-24 02:55:52 UTC
1437+
Last updated 2010-05-19 08:13:29 UTC
14351438
</div>
14361439
</div>
14371440
</body>

git-diff-index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ <h2 id="_options">OPTIONS</h2>
339339
<dt>
340340
-u
341341
</dt>
342+
<dt>
343+
--patch
344+
</dt>
342345
<dd>
343346
<p>
344347
Generate patch (see section on generating patches).
@@ -1509,7 +1512,7 @@ <h2 id="_git">GIT</h2>
15091512
</div>
15101513
<div id="footer">
15111514
<div id="footer-text">
1512-
Last updated 2010-04-24 02:55:52 UTC
1515+
Last updated 2010-05-19 08:13:30 UTC
15131516
</div>
15141517
</div>
15151518
</body>

git-diff-tree.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ <h2 id="_options">OPTIONS</h2>
341341
<dt>
342342
-u
343343
</dt>
344+
<dt>
345+
--patch
346+
</dt>
344347
<dd>
345348
<p>
346349
Generate patch (see section on generating patches).
@@ -2074,7 +2077,7 @@ <h2 id="_git">GIT</h2>
20742077
</div>
20752078
<div id="footer">
20762079
<div id="footer-text">
2077-
Last updated 2010-05-09 07:24:18 UTC
2080+
Last updated 2010-05-19 08:13:31 UTC
20782081
</div>
20792082
</div>
20802083
</body>

git-diff.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,9 @@ <h2 id="_options">OPTIONS</h2>
418418
<dt>
419419
-u
420420
</dt>
421+
<dt>
422+
--patch
423+
</dt>
421424
<dd>
422425
<p>
423426
Generate patch (see section on generating patches).
@@ -1638,7 +1641,7 @@ <h2 id="_git">GIT</h2>
16381641
</div>
16391642
<div id="footer">
16401643
<div id="footer-text">
1641-
Last updated 2010-04-24 02:55:53 UTC
1644+
Last updated 2010-05-19 08:13:31 UTC
16421645
</div>
16431646
</div>
16441647
</body>

git-for-each-ref.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ <h2 id="_field_names">FIELD NAMES</h2>
448448
<dd>
449449
<p>
450450
The object name (aka SHA-1).
451+
For a non-ambiguous abbreviation of the object name append <tt>:short</tt>.
451452
</p>
452453
</dd>
453454
<dt>
@@ -566,7 +567,7 @@ <h2 id="_examples">EXAMPLES</h2>
566567
</div>
567568
<div id="footer">
568569
<div id="footer-text">
569-
Last updated 2010-04-24 02:55:55 UTC
570+
Last updated 2010-05-19 08:13:32 UTC
570571
</div>
571572
</div>
572573
</body>

git-for-each-ref.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ objectsize::
8686

8787
objectname::
8888
The object name (aka SHA-1).
89+
For a non-ambiguous abbreviation of the object name append `:short`.
8990

9091
upstream::
9192
The name of a local ref which can be considered ``upstream''

git-format-patch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ <h2 id="_git">GIT</h2>
10361036
</div>
10371037
<div id="footer">
10381038
<div id="footer-text">
1039-
Last updated 2010-04-24 02:55:56 UTC
1039+
Last updated 2010-05-19 08:13:32 UTC
10401040
</div>
10411041
</div>
10421042
</body>

0 commit comments

Comments
 (0)