Junio C Hamano | e90436a | 2007-04-22 07:22:13 | [diff] [blame] | 1 | git-check-attr(1) |
| 2 | ================= |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | git-check-attr - Display gitattributes information. |
| 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 11 | 'git check-attr' attr... [--] pathname... |
Junio C Hamano | e90436a | 2007-04-22 07:22:13 | [diff] [blame] | 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | For every pathname, this command will list if each attr is 'unspecified', |
| 16 | 'set', or 'unset' as a gitattribute on that pathname. |
| 17 | |
| 18 | OPTIONS |
| 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 | |
Junio C Hamano | f556fc2 | 2007-12-23 08:16:38 | [diff] [blame] | 26 | SEE ALSO |
| 27 | -------- |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 28 | linkgit:gitattributes[5]. |
Junio C Hamano | f556fc2 | 2007-12-23 08:16:38 | [diff] [blame] | 29 | |
| 30 | |
Junio C Hamano | e90436a | 2007-04-22 07:22:13 | [diff] [blame] | 31 | Author |
| 32 | ------ |
Junio C Hamano | 0868a30 | 2008-07-22 09:20:44 | [diff] [blame] | 33 | Written by Junio C Hamano <gitster@pobox.com> |
Junio C Hamano | e90436a | 2007-04-22 07:22:13 | [diff] [blame] | 34 | |
| 35 | Documentation |
| 36 | -------------- |
| 37 | Documentation by James Bowes. |
| 38 | |
| 39 | GIT |
| 40 | --- |
Junio C Hamano | f7c042d | 2008-06-06 22:50:53 | [diff] [blame] | 41 | Part of the linkgit:git[1] suite |