blob: 2b821f2a1d70fa108ce279135fd5028453a04fd9 [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--------
Junio C Hamanofce7c7e2008-07-02 03:06:3811'git check-attr' attr... [--] pathname...
Junio C Hamanoe90436a2007-04-22 07:22:1312
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
Junio C Hamanof556fc22007-12-23 08:16:3826SEE ALSO
27--------
Junio C Hamano35738e82008-01-07 07:55:4628linkgit:gitattributes[5].
Junio C Hamanof556fc22007-12-23 08:16:3829
30
Junio C Hamanoe90436a2007-04-22 07:22:1331Author
32------
Junio C Hamano0868a302008-07-22 09:20:4433Written by Junio C Hamano <gitster@pobox.com>
Junio C Hamanoe90436a2007-04-22 07:22:1334
35Documentation
36--------------
37Documentation by James Bowes.
38
39GIT
40---
Junio C Hamanof7c042d2008-06-06 22:50:5341Part of the linkgit:git[1] suite