git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Document core.excludesfile for git-add
@ 2007-05-17  5:08 Michael Hendricks
  2007-05-17  5:31 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Hendricks @ 2007-05-17  5:08 UTC (permalink / raw)
  To: git; +Cc: Michael Hendricks

During the discussion of core.excludesfile in the user-manual, I realized
that the configuration wasn't mentioned in the man pages.

Signed-off-by: Michael Hendricks <michael@ndrix.org>
---
 Documentation/git-add.txt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index 27b9c0f..a0c9f68 100644
--- a/Documentation/git-add.txt
+++ b/Documentation/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::
-- 
1.5.2.rc3.39.gaf9b-dirty

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-05-17 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-17  5:08 [PATCH] Document core.excludesfile for git-add Michael Hendricks
2007-05-17  5:31 ` Junio C Hamano
2007-05-17 14:35   ` Michael Hendricks
2007-05-17 15:39     ` Petr Baudis
2007-05-17 15:45     ` Johan Herland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).