From: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
To: git@vger.kernel.org, Wincent Colaiuta <win@wincent.com>
Cc: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
Subject: [PATCH] gitattributes documentation: link to gitignore for glob format
Date: Sun, 21 Sep 2008 20:23:28 +0700 [thread overview]
Message-ID: <1222003408-12118-1-git-send-email-pclouds@gmail.com> (raw)
In-Reply-To: <C4AD5305-CDD8-418D-95C8-C738A86E78E1@wincent.com>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
On 9/21/08, Wincent Colaiuta <win@wincent.com> wrote:
> Did you actually proofread this before sending it?
I did, but obviously I should have been more serious on
English classes.
Documentation/gitattributes.txt | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 9a75257..708a9b5 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -21,7 +21,9 @@ Each line in `gitattributes` file is of form:
glob attr1 attr2 ...
That is, a glob pattern followed by an attributes list,
-separated by whitespaces. When the glob pattern matches the
+separated by whitespace. The glob pattern format is the same as
+the one used by `gitignore` files. Please refer to linkgit:gitignore[5]
+for more information. When the glob pattern matches the
path in question, the attributes listed on the line are given to
the path.
--
1.6.0.2.427.g8dbf1
prev parent reply other threads:[~2008-09-21 13:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-21 12:43 [PATCH] gitattributes documentation: link to gitignore for glob format Nguyễn Thái Ngọc Duy
2008-09-21 13:00 ` Wincent Colaiuta
2008-09-21 13:23 ` Nguyễn Thái Ngọc Duy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1222003408-12118-1-git-send-email-pclouds@gmail.com \
--to=pclouds@gmail.com \
--cc=git@vger.kernel.org \
--cc=win@wincent.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.