]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-check-attr.txt
merge-base: die with an error message if not passed a commit ref
[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--------
b1889c36 11'git check-attr' attr... [--] pathname...
b568a503
JB
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------
59eb68aa 33Written by Junio C Hamano <gitster@pobox.com>
b568a503
JB
34
35Documentation
36--------------
37Documentation by James Bowes.
38
39GIT
40---
9e1f0a85 41Part of the linkgit:git[1] suite