]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-check-attr.txt
Documentation: rename gitlink macro to linkgit
[thirdparty/git.git] / Documentation / git-check-attr.txt
CommitLineData
b568a503
JB
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
0e545f75
JH
26SEE ALSO
27--------
5162e697 28linkgit:gitattributes[5].
0e545f75
JH
29
30
b568a503
JB
31Author
32------
33Written by Junio C Hamano <junkio@cox.net>
34
35Documentation
36--------------
37Documentation by James Bowes.
38
39GIT
40---
5162e697 41Part of the linkgit:git[7] suite