git-check-attr(1) ================= NAME ---- git-check-attr - Display gitattributes information. SYNOPSIS -------- [verse] 'git check-attr' attr... [--] pathname... 'git check-attr' --stdin [-z] attr... < DESCRIPTION ----------- For every pathname, this command will list if each attr is 'unspecified', 'set', or 'unset' as a gitattribute on that pathname. OPTIONS ------- --stdin:: Read file names from stdin instead of from the command-line. -z:: Only meaningful with `--stdin`; paths are separated with NUL character instead of LF. \--:: Interpret all preceding arguments as attributes, and all following arguments as path names. If not supplied, only the first argument will be treated as an attribute. SEE ALSO -------- linkgit:gitattributes[5]. Author ------ Written by Junio C Hamano Documentation -------------- Documentation by James Bowes. GIT --- Part of the linkgit:git[1] suite