2007-04-15 03:27:20 +02:00
|
|
|
git-check-attr(1)
|
|
|
|
=================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
git-check-attr - Display gitattributes information.
|
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
'git-check-attr' attr... [--] pathname...
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
For every pathname, this command will list if each attr is 'unspecified',
|
|
|
|
'set', or 'unset' as a gitattribute on that pathname.
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
\--::
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
2007-12-23 08:14:59 +01:00
|
|
|
SEE ALSO
|
|
|
|
--------
|
2007-12-29 07:20:38 +01:00
|
|
|
linkgit:gitattributes[5].
|
2007-12-23 08:14:59 +01:00
|
|
|
|
|
|
|
|
2007-04-15 03:27:20 +02:00
|
|
|
Author
|
|
|
|
------
|
|
|
|
Written by Junio C Hamano <junkio@cox.net>
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by James Bowes.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 09:07:32 +02:00
|
|
|
Part of the linkgit:git[1] suite
|