Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- On 9/21/08, Wincent Colaiuta <win@xxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html