1git-check-attr(1) 2================= 3 4NAME 5---- 6git-check-attr - Display gitattributes information. 7 8 9SYNOPSIS 10-------- 11'git-check-attr' attr... [--] pathname... 12 13DESCRIPTION 14----------- 15For every pathname, this command will list if each attr is 'unspecified', 16'set', or 'unset' as a gitattribute on that pathname. 17 18OPTIONS 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. 24 25 26SEE ALSO 27-------- 28linkgit:gitattributes[5]. 29 30 31Author 32------ 33Written by Junio C Hamano <junkio@cox.net> 34 35Documentation 36-------------- 37Documentation by James Bowes. 38 39GIT 40--- 41Part of the linkgit:git[7] suite