commit | 6d24e7a807922a5fbf1aa4d42f66e4f0a0aaa141 | [log] [tgz] |
---|---|---|
author | Adam Spiers <git@adamspiers.org> | Thu Dec 27 02:32:25 2012 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Dec 28 12:07:46 2012 -0800 |
tree | 0fa8fe217891d7757c04deb632bdeb49c0b88d52 | |
parent | 0795805053ad89a24954684fca2e69fea2bf50b9 [diff] |
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>