git-check-attr: Add an --all option to show all attributes
commit4ca0f188f6ece3098b60b6ba732e1e8551466f60
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 4 Aug 2011 04:36:30 +0000 (4 06:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Aug 2011 22:53:19 +0000 (4 15:53 -0700)
tree1aa17c9a28853ac19588c1b0036c4ae27e5a9c0e
parentfdf6be8259fc59fc251b325f66e86df0fe905e79
git-check-attr: Add an --all option to show all attributes

Add new usage patterns

    git check-attr [-a | --all] [--] pathname...
    git check-attr --stdin [-a | --all] < <list-of-paths>

which display all attributes associated with the specified file(s).

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-check-attr.txt
builtin/check-attr.c
t/t0003-attributes.sh