Skip to content

Commit

Permalink
git-add --all: documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jul 20, 2008
1 parent 340ce9e commit da98053
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Documentation/git-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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] [--]
<filepattern>...

DESCRIPTION
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit da98053

Please sign in to comment.