From: Junio C Hamano Date: Wed, 20 Jan 2016 19:43:24 +0000 (-0800) Subject: Merge branch 'nd/dir-exclude-cleanup' X-Git-Tag: v2.8.0-rc0~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a450b48e765e957762b015f30c89f21b1028771;p=git Merge branch 'nd/dir-exclude-cleanup' 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() --- 7a450b48e765e957762b015f30c89f21b1028771