dir.c: rename excluded() to is_excluded()
commit6d24e7a807922a5fbf1aa4d42f66e4f0a0aaa141
authorAdam Spiers <git@adamspiers.org>
Thu, 27 Dec 2012 02:32:25 +0000 (27 02:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Dec 2012 20:07:46 +0000 (28 12:07 -0800)
tree0fa8fe217891d7757c04deb632bdeb49c0b88d52
parent0795805053ad89a24954684fca2e69fea2bf50b9
dir.c: rename excluded() to is_excluded()

Continue adopting clearer names for exclude functions.  This is_*
naming pattern for functions returning booleans was discussed here:

http://thread.gmane.org/gmane.comp.version-control.git/204661/focus=204924

Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c
dir.c
dir.h