From: Junio C Hamano Date: Fri, 5 Feb 2016 22:54:08 +0000 (-0800) Subject: Merge branch 'nd/dir-exclude-cleanup' into maint X-Git-Tag: v2.7.1~27 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/af3e464a60d43ebf0431aa291014d32983a502e2 Merge branch 'nd/dir-exclude-cleanup' into maint The "exclude_list" structure has the usual "alloc, nr" pair of fields to be used by ALLOC_GROW(), but clear_exclude_list() forgot to reset 'alloc' to 0 when it cleared 'nr' to discard the managed array. * nd/dir-exclude-cleanup: dir.c: clean the entire struct in clear_exclude_list() --- af3e464a60d43ebf0431aa291014d32983a502e2