Merge branch 'maint-1.5.5' into maint
[git/dscho.git] / Documentation / git-check-attr.txt
blobef16b93982f92dd0bc567a3c9bdeaa7703eeac3a
1 git-check-attr(1)
2 =================
4 NAME
5 ----
6 git-check-attr - Display gitattributes information.
9 SYNOPSIS
10 --------
11 'git-check-attr' attr... [--] pathname...
13 DESCRIPTION
14 -----------
15 For every pathname, this command will list if each attr is 'unspecified',
16 'set', or 'unset' as a gitattribute on that pathname.
18 OPTIONS
19 -------
20 \--::
21         Interpret all preceding arguments as attributes, and all following
22         arguments as path names. If not supplied, only the first argument will
23         be treated as an attribute.
26 SEE ALSO
27 --------
28 linkgit:gitattributes[5].
31 Author
32 ------
33 Written by Junio C Hamano <junkio@cox.net>
35 Documentation
36 --------------
37 Documentation by James Bowes.
39 GIT
40 ---
41 Part of the linkgit:git[1] suite