Autogenerated man pages for v1.3.3-g9e84
[git.git] / man1 / git-add.1
index d95c02d..f75722a 100755 (executable)
@@ -30,11 +30,14 @@ git-add \- Add files to the index file
 
 A simple wrapper for git\-update\-index to add files to the index, for people used to do "cvs add"\&.
 
+
+It only adds non\-ignored files, to add ignored files use "git update\-index \-\-add"\&.
+
 .SH "OPTIONS"
 
 .TP
 <file>...
-Files to add to the index\&.
+Files to add to the index (see \fBgit\-ls\-files\fR(1))\&.
 
 .TP
 \-n
@@ -76,7 +79,7 @@ Adds all git\-*\&.sh scripts that are not in the index\&. Because this example l
 .SH "SEE ALSO"
 
 
-\fBgit\-rm\fR(1)
+\fBgit\-rm\fR(1) \fBgit\-ls\-files\fR(1)
 
 .SH "AUTHOR"