From 5ba2c22cf94a8ecb23dfd14fab77cc9e4166653f Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 21 Jul 2008 04:33:46 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.6.0-rc0 --- git-add.html | 17 +++++++++++++++-- git-add.txt | 8 +++++++- git-am.html | 12 ++++++++++-- git-am.txt | 5 ++++- 4 files changed, 36 insertions(+), 6 deletions(-) diff --git a/git-add.html b/git-add.html index 643a85d76..3157a735a 100644 --- a/git-add.html +++ b/git-add.html @@ -322,7 +322,7 @@ git-add(1) Manual Page
git add [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p] - [--update | -u] [--refresh] [--ignore-errors] [--] + [--all | [--update | -u]] [--refresh] [--ignore-errors] [--] <filepattern>…

DESCRIPTION

@@ -442,6 +442,19 @@ commit.

+-A +
+
+--all +
+
+

+ Update files that git already knows about (same as --update) + and add all untracked files that are not ignored by .gitignore + mechanism. +

+
+
--refresh
@@ -673,7 +686,7 @@ double-quote and control characters will still have problems.

diff --git a/git-add.txt b/git-add.txt index 3558905a9..2b6d6c865 100644 --- a/git-add.txt +++ b/git-add.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p] - [--update | -u] [--refresh] [--ignore-errors] [--] + [--all | [--update | -u]] [--refresh] [--ignore-errors] [--] ... DESCRIPTION @@ -86,6 +86,12 @@ OPTIONS command line. If no paths are specified, all tracked files in the current directory and its subdirectories are updated. +-A:: +--all:: + Update files that git already knows about (same as '\--update') + and add all untracked files that are not ignored by '.gitignore' + mechanism. + --refresh:: Don't add the file(s), but only refresh their stat() information in the index. diff --git a/git-am.html b/git-am.html index cbff300d4..f06361895 100644 --- a/git-am.html +++ b/git-am.html @@ -325,7 +325,7 @@ git-am(1) Manual Page [--3way] [--interactive] [--binary] [--whitespace=<option>] [-C<n>] [-p<n>] [<mbox> | <Maildir>…] -git am (--skip | --resolved) +git am (--skip | --resolved | --abort)

DESCRIPTION

@@ -492,6 +492,14 @@ default. You could use --no-utf8 to override this.

for internal use between git-rebase and git-am.

+
+--abort +
+
+

+ Restore the original branch and abort the patching operation. +

+

DISCUSSION

@@ -577,7 +585,7 @@ errors in the "From:" lines).

diff --git a/git-am.txt b/git-am.txt index 2d7f16259..e010a1649 100644 --- a/git-am.txt +++ b/git-am.txt @@ -13,7 +13,7 @@ SYNOPSIS [--3way] [--interactive] [--binary] [--whitespace=