Autogenerated manpages for v1.5.2-rc3-61-g4229
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 18 May 2007 15:54:39 +0000 (15:54 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 18 May 2007 15:54:39 +0000 (15:54 +0000)
man1/git-add.1

index a42477a2bb076eca3c15d33127f506c0f5a9cd77..bccba2a157fb3f0dc980e0fe6d6a73c1cdd5289f 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-ADD" "1" "05/15/2007" "Git 1.5.2.rc3.39.gaf9b" "Git Manual"
+.TH "GIT\-ADD" "1" "05/18/2007" "Git 1.5.2.rc3.61.g4229" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -43,6 +43,8 @@ Update only files that git already knows about. This is similar to what "git com
 .TP
 \-\-
 This option can be used to separate command\-line options from the list of files, (useful when filenames might be mistaken for command\-line options).
+.SH "CONFIGURATION"
+The optional configuration variable \fIcore.excludesfile\fR indicates a path to a file containing patterns of file names to exclude from git\-add, similar to $GIT_DIR/info/exclude. Patterns in the exclude file are used in addition to those in info/exclude. See [1]\&\fIrepository layout\fR.
 .SH "EXAMPLES"
 .TP
 git\-add Documentation/\\*.txt
@@ -127,4 +129,7 @@ Written by Linus Torvalds <torvalds@osdl.org>
 Documentation by Junio C Hamano and the git\-list <git@vger.kernel.org>.
 .SH "GIT"
 Part of the \fBgit\fR(7) suite
-
+.SH "REFERENCES"
+.TP 3
+1.\ repository layout
+\%repository\-layout.html