From: Junio C Hamano Date: Sun, 20 Jul 2008 05:34:16 +0000 (-0700) Subject: git-add --all: documentation X-Git-Tag: v1.6.0-rc0~3^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=da98053aa699b2c462e35b777f4817fc46f111eb;p=git.git git-add --all: documentation Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 3558905a9..2b6d6c865 100644 --- a/Documentation/git-add.txt +++ b/Documentation/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.