.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "GIT\-CHECK\-ATTR" "1" "09/19/2007" "Git 1.5.3.2" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" git\-check\-attr \- Display gitattributes information. .SH "SYNOPSIS" \fIgit\-check\-attr\fR attr\&... [\-\-] pathname\&... .SH "DESCRIPTION" For every pathname, this command will list if each attr is \fIunspecified\fR, \fIset\fR, or \fIunset\fR as a gitattribute on that pathname. .SH "OPTIONS" .TP \-\- 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. .SH "AUTHOR" Written by Junio C Hamano .SH "DOCUMENTATION" Documentation by James Bowes. .SH "GIT" Part of the \fBgit\fR(7) suite