From: Junio C Hamano Date: Fri, 18 May 2007 15:54:37 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.2-rc3-61-g4229 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9fbd4f74c5f06314a49d3fb414f960fa5fed8e56;p=git.git Autogenerated HTML docs for v1.5.2-rc3-61-g4229 --- diff --git a/git-add.html b/git-add.html index 03df0ed72..7b7725d1d 100644 --- a/git-add.html +++ b/git-add.html @@ -366,6 +366,13 @@ commit.

+

Configuration

+
+

The optional configuration variable core.excludesfile 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 repository layout.

+

EXAMPLES

@@ -548,7 +555,7 @@ diff
diff --git a/git-add.txt b/git-add.txt index 27b9c0f8c..a0c9f6858 100644 --- a/git-add.txt +++ b/git-add.txt @@ -69,6 +69,15 @@ OPTIONS for command-line options). +Configuration +------------- + +The optional configuration variable 'core.excludesfile' 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 link:repository-layout.html[repository layout]. + + EXAMPLES -------- git-add Documentation/\\*.txt::