dir.c: rename path_excluded() to is_path_excluded()
commit9013089c4a841bf17bcc8e2510a86ceecac29ffd
authorAdam Spiers <git@adamspiers.org>
Thu, 27 Dec 2012 02:32:23 +0000 (27 02:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Dec 2012 20:07:45 +0000 (28 12:07 -0800)
tree35d4cebe8af5fa6638ad929ea02df48b4248895a
parent840fc334e98e89e28039f85c3eff0caab5f20eb3
dir.c: rename path_excluded() to is_path_excluded()

Start adopting clearer names for exclude functions.  This 'is_*'
naming pattern for functions returning booleans was agreed 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>
builtin/add.c
builtin/ls-files.c
dir.c
dir.h
unpack-trees.c