Skip to content

Commit bdeff82

Browse files
author
Junio C Hamano
committed
Autogenerated HTML docs for v1.5.3-rc3-91-g5c75
1 parent b968dbb commit bdeff82

4 files changed

Lines changed: 8 additions & 14 deletions

File tree

git-diff.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ <h2>EXAMPLES</h2>
833833
<div class="listingblock">
834834
<div class="content">
835835
<pre><tt>$ git diff --diff-filter=MRC <b>(1)</b>
836-
$ git diff --name-status -r <b>(2)</b>
836+
$ git diff --name-status <b>(2)</b>
837837
$ git diff arch/i386 include/asm-i386 <b>(3)</b></tt></pre>
838838
</div></div>
839839
<ol>
@@ -846,10 +846,7 @@ <h2>EXAMPLES</h2>
846846
<li>
847847
<p>
848848
show only names and the nature of change, but not actual
849-
diff output. --name-status disables usual patch generation
850-
which in turn also disables recursive behavior, so without -r
851-
you would only see the directory name if there is a change in a
852-
file in a subdirectory.
849+
diff output.
853850
</p>
854851
</li>
855852
<li>
@@ -898,7 +895,7 @@ <h2>GIT</h2>
898895
</div>
899896
<div id="footer">
900897
<div id="footer-text">
901-
Last updated 27-Jul-2007 07:25:25 UTC
898+
Last updated 30-Jul-2007 09:06:57 UTC
902899
</div>
903900
</div>
904901
</body>

git-diff.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,14 @@ Limiting the diff output::
102102
+
103103
------------
104104
$ git diff --diff-filter=MRC <1>
105-
$ git diff --name-status -r <2>
105+
$ git diff --name-status <2>
106106
$ git diff arch/i386 include/asm-i386 <3>
107107
------------
108108
+
109109
<1> show only modification, rename and copy, but not addition
110110
nor deletion.
111111
<2> show only names and the nature of change, but not actual
112-
diff output. --name-status disables usual patch generation
113-
which in turn also disables recursive behavior, so without -r
114-
you would only see the directory name if there is a change in a
115-
file in a subdirectory.
112+
diff output.
116113
<3> limit diff output to named subtrees.
117114

118115
Munging the diff output::

gitattributes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ <h2>EXAMPLE</h2>
675675
</li>
676676
<li>
677677
<p>
678-
Finally it examines <tt>$GIT_DIR/info/gitattributes</tt>. This file
678+
Finally it examines <tt>$GIT_DIR/info/attributes</tt>. This file
679679
is used to override the in-tree settings. The first line is
680680
a match, and <tt>foo</tt> is set, <tt>bar</tt> is reverted to unspecified
681681
state, and <tt>baz</tt> is unset.
@@ -698,7 +698,7 @@ <h2>GIT</h2>
698698
</div>
699699
<div id="footer">
700700
<div id="footer-text">
701-
Last updated 19-Jul-2007 02:10:00 UTC
701+
Last updated 30-Jul-2007 09:06:57 UTC
702702
</div>
703703
</div>
704704
</body>

gitattributes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ the attributes given to path `t/abc` are computed as follows:
405405
and `bar` attributes should be given to this path, so it
406406
leaves `foo` and `bar` unset. Attribute `baz` is set.
407407

408-
3. Finally it examines `$GIT_DIR/info/gitattributes`. This file
408+
3. Finally it examines `$GIT_DIR/info/attributes`. This file
409409
is used to override the in-tree settings. The first line is
410410
a match, and `foo` is set, `bar` is reverted to unspecified
411411
state, and `baz` is unset.

0 commit comments

Comments
 (0)