blob: 856d2af2ed9c1ccfcd819191060447b62e49b8b6 [file] [log] [blame]
Junio C Hamanoe90436a2007-04-22 07:22:131git-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\--::
21Interpret all preceding arguments as attributes, and all following
22arguments as path names. If not supplied, only the first argument will
23be treated as an attribute.
24
25
26Author
27------
28Written by Junio C Hamano <junkio@cox.net>
29
30Documentation
31--------------
32Documentation by James Bowes.
33
34GIT
35---
36Part of the gitlink:git[7] suite