diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-17 17:36:57 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-17 17:36:57 -0700 |
commit | 8299886619b8dab99773b5810f50c63a50b2d611 (patch) | |
tree | 22d82b20368b9483535861610fb64b07d038a892 /Documentation | |
parent | gitweb: Fix error in git_patchset_body for deletion in merge commit (diff) | |
parent | Document core.excludesfile for git-add (diff) | |
download | tgif-8299886619b8dab99773b5810f50c63a50b2d611.tar.xz |
Merge branch 'maint'
* maint:
Document core.excludesfile for git-add
git-send-email: allow leading white space on mutt aliases
Diffstat (limited to 'Documentation')
-rw-r--r-- | 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 27b9c0f8cc..a0c9f68580 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:: |