6 git-check-attr - Display gitattributes information.
11 'git-check-attr' attr... [--] pathname...
15 For every pathname, this command will list if each attr is 'unspecified',
16 'set', or 'unset' as a gitattribute on that pathname.
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.
28 linkgit:gitattributes[5].
33 Written by Junio C Hamano <junkio@cox.net>
37 Documentation by James Bowes.
41 Part of the linkgit:git[7] suite