diff options
author | Junio C Hamano <junkio@cox.net> | 2007-06-02 12:05:08 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-06-02 12:05:08 -0700 |
commit | 86eff8c512b96ce3ee0ae5818edfa035b98cdf08 (patch) | |
tree | 0d562bf2e10356ca6b085787dd726c430e680436 /Documentation/config.txt | |
parent | 302665473cfe233516cc4c29a1a0359153e5506d (diff) | |
parent | 996e2d6ea2626f55a59e70ac7305a02ce0171814 (diff) | |
download | git-86eff8c512b96ce3ee0ae5818edfa035b98cdf08.tar.gz |
Merge branch 'maint'
* maint:
Use =20 when rfc2047 encoding spaces.
Create a new manpage for the gitignore format, and reference it elsewhere
Documentation: robustify asciidoc GIT_VERSION replacement
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 3d8f03dfe5..bb4d6e0e06 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -259,7 +259,8 @@ Common unit suffixes of 'k', 'm', or 'g' are supported. core.excludeFile:: In addition to '.gitignore' (per-directory) and '.git/info/exclude', git looks into this file for patterns - of files which are not meant to be tracked. + of files which are not meant to be tracked. See + gitlink:gitignore[5]. alias.*:: Command aliases for the gitlink:git[1] command wrapper - e.g. |