diff options
author | Adam Spiers <git@adamspiers.org> | 2012-12-27 02:32:29 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-28 12:07:47 -0800 |
commit | f61988125130ac091bfb69bda5d62b0ad8f054c4 (patch) | |
tree | 93e6875927a0a788ed695740b25fc3fadfb0d408 /Documentation/git-sh-setup.txt | |
parent | dir.c: refactor is_path_excluded() (diff) | |
download | tgif-f61988125130ac091bfb69bda5d62b0ad8f054c4.tar.xz |
dir.c: rename free_excludes() to clear_exclude_list()
It is clearer to use a 'clear_' prefix for functions which empty
and deallocate the contents of a data structure without freeing
the structure itself, and a 'free_' prefix for functions which
also free the structure itself.
http://article.gmane.org/gmane.comp.version-control.git/206128
Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-sh-setup.txt')
0 files changed, 0 insertions, 0 deletions