From: Junio C Hamano Date: Fri, 18 May 2007 15:54:39 +0000 (+0000) Subject: Autogenerated manpages for v1.5.2-rc3-61-g4229 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f4c23633d6c7faa1775d58a371b238b2c1c96553;p=git.git Autogenerated manpages for v1.5.2-rc3-61-g4229 --- diff --git a/man1/git-add.1 b/man1/git-add.1 index a42477a2b..bccba2a15 100644 --- a/man1/git-add.1 +++ b/man1/git-add.1 @@ -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 Documentation by Junio C Hamano and the git\-list . .SH "GIT" Part of the \fBgit\fR(7) suite - +.SH "REFERENCES" +.TP 3 +1.\ repository layout +\%repository\-layout.html