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 | -------- |
| 11 | 'git-check-attr' attr... [--] pathname... |
| 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 | |
| 26 | Author |
| 27 | ------ |
| 28 | Written by Junio C Hamano <junkio@cox.net> |
| 29 | |
| 30 | Documentation |
| 31 | -------------- |
| 32 | Documentation by James Bowes. |
| 33 | |
| 34 | GIT |
| 35 | --- |
| 36 | Part of the gitlink:git[7] suite |