Skip to content

Commit 3d30fd5

Browse files
author
Junio C Hamano
committed
Autogenerated HTML docs for v1.5.2-rc2-21-g3082
1 parent 67fad6d commit 3d30fd5

14 files changed

+369
-236
lines changed

git-add.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h2>NAME</h2>
272272
</div>
273273
<h2>SYNOPSIS</h2>
274274
<div class="sectionbody">
275-
<p><em>git-add</em> [-n] [-v] [-f] [--interactive | -i] [--] &lt;file&gt;&#8230;</p>
275+
<p><em>git-add</em> [-n] [-v] [-f] [--interactive | -i] [-u] [--] &lt;file&gt;&#8230;</p>
276276
</div>
277277
<h2>DESCRIPTION</h2>
278278
<div class="sectionbody">
@@ -343,6 +343,15 @@ <h2>OPTIONS</h2>
343343
</p>
344344
</dd>
345345
<dt>
346+
-u
347+
</dt>
348+
<dd>
349+
<p>
350+
Update all files that git already knows about. This is what
351+
"git commit -a" does in preparation for making a commit.
352+
</p>
353+
</dd>
354+
<dt>
346355
--
347356
</dt>
348357
<dd>
@@ -536,7 +545,7 @@ <h2>GIT</h2>
536545
</div>
537546
<div id="footer">
538547
<div id="footer-text">
539-
Last updated 04-Apr-2007 18:33:21 UTC
548+
Last updated 08-May-2007 00:32:26 UTC
540549
</div>
541550
</div>
542551
</body>

git-add.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git-add - Add file contents to the changeset to be committed next
77

88
SYNOPSIS
99
--------
10-
'git-add' [-n] [-v] [-f] [--interactive | -i] [--] <file>...
10+
'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--] <file>...
1111

1212
DESCRIPTION
1313
-----------
@@ -56,6 +56,10 @@ OPTIONS
5656
Add modified contents in the working tree interactively to
5757
the index.
5858

59+
-u::
60+
Update all files that git already knows about. This is what
61+
"git commit -a" does in preparation for making a commit.
62+
5963
\--::
6064
This option can be used to separate command-line options from
6165
the list of files, (useful when filenames might be mistaken

git-clean.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ <h2>OPTIONS</h2>
300300
</dt>
301301
<dd>
302302
<p>
303-
If the git configuration specifies clean.forceRequire as true,
303+
If the git configuration specifies clean.requireForce as true,
304304
git-clean will refuse to run unless given -f or -n.
305305
</p>
306306
</dd>
@@ -353,7 +353,7 @@ <h2>GIT</h2>
353353
</div>
354354
<div id="footer">
355355
<div id="footer-text">
356-
Last updated 24-Apr-2007 07:34:15 UTC
356+
Last updated 08-May-2007 00:32:26 UTC
357357
</div>
358358
</div>
359359
</body>

git-clean.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ OPTIONS
2626
Remove untracked directories in addition to untracked files.
2727

2828
-f::
29-
If the git configuration specifies clean.forceRequire as true,
29+
If the git configuration specifies clean.requireForce as true,
3030
git-clean will refuse to run unless given -f or -n.
3131

3232
-n::

git-cvsexportcommit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ <h2>DESCRIPTION</h2>
284284
unchanged and up to date in the CVS checkout, and it will not autocommit
285285
by default.</p>
286286
<p>Supports file additions, removals, and commits that affect binary files.</p>
287-
<p>If the commit is a merge commit, you must tell git-cvsapplycommit what parent
287+
<p>If the commit is a merge commit, you must tell git-cvsexportcommit what parent
288288
should the changeset be done against.</p>
289289
</div>
290290
<h2>OPTIONS</h2>
@@ -404,7 +404,7 @@ <h2>GIT</h2>
404404
</div>
405405
<div id="footer">
406406
<div id="footer-text">
407-
Last updated 04-Apr-2007 18:33:36 UTC
407+
Last updated 08-May-2007 00:32:26 UTC
408408
</div>
409409
</div>
410410
</body>

git-cvsexportcommit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ by default.
2525

2626
Supports file additions, removals, and commits that affect binary files.
2727

28-
If the commit is a merge commit, you must tell git-cvsapplycommit what parent
28+
If the commit is a merge commit, you must tell git-cvsexportcommit what parent
2929
should the changeset be done against.
3030

3131
OPTIONS

git-ls-files.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ <h2>OPTIONS</h2>
330330
</dt>
331331
<dd>
332332
<p>
333-
Show ignored files in the output
334-
Note the this also reverses any exclude list present.
333+
Show ignored files in the output.
334+
Note that this also reverses any exclude list present.
335335
</p>
336336
</dd>
337337
<dt>
@@ -688,7 +688,7 @@ <h2>GIT</h2>
688688
</div>
689689
<div id="footer">
690690
<div id="footer-text">
691-
Last updated 04-Apr-2007 18:33:48 UTC
691+
Last updated 08-May-2007 00:32:26 UTC
692692
</div>
693693
</div>
694694
</body>

git-ls-files.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ OPTIONS
4242
Show other files in the output
4343

4444
-i|--ignored::
45-
Show ignored files in the output
46-
Note the this also reverses any exclude list present.
45+
Show ignored files in the output.
46+
Note that this also reverses any exclude list present.
4747

4848
-s|--stage::
4949
Show stage files in the output

git-update-index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ <h2>DESCRIPTION</h2>
290290
<p>Modifies the index or directory cache. Each file mentioned is updated
291291
into the index and any <em>unmerged</em> or <em>needs updating</em> state is
292292
cleared.</p>
293+
<p>See also <a href="git-add.html">git-add(1)</a> for a more user-friendly way to do some of
294+
the most common operations on the index.</p>
293295
<p>The way "git-update-index" handles files it is told about can be modified
294296
using the various options:</p>
295297
</div>
@@ -702,7 +704,8 @@ <h2>Configuration</h2>
702704
</div>
703705
<h2>See Also</h2>
704706
<div class="sectionbody">
705-
<p><a href="git-config.html">git-config(1)</a></p>
707+
<p><a href="git-config.html">git-config(1)</a>,
708+
<a href="git-add.html">git-add(1)</a></p>
706709
</div>
707710
<h2>Author</h2>
708711
<div class="sectionbody">
@@ -718,7 +721,7 @@ <h2>GIT</h2>
718721
</div>
719722
<div id="footer">
720723
<div id="footer-text">
721-
Last updated 04-Apr-2007 18:34:32 UTC
724+
Last updated 08-May-2007 00:32:27 UTC
722725
</div>
723726
</div>
724727
</body>

git-update-index.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Modifies the index or directory cache. Each file mentioned is updated
2727
into the index and any 'unmerged' or 'needs updating' state is
2828
cleared.
2929

30+
See also gitlink:git-add[1] for a more user-friendly way to do some of
31+
the most common operations on the index.
32+
3033
The way "git-update-index" handles files it is told about can be modified
3134
using the various options:
3235

@@ -306,7 +309,8 @@ The command looks at `core.ignorestat` configuration variable. See
306309

307310
See Also
308311
--------
309-
gitlink:git-config[1]
312+
gitlink:git-config[1],
313+
gitlink:git-add[1]
310314

311315

312316
Author

0 commit comments

Comments
 (0)