From: brian m. carlson Date: Tue, 19 Feb 2019 00:05:23 +0000 (+0000) Subject: dir: make untracked cache extension hash size independent X-Git-Tag: v2.22.0-rc0~58^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3899b88b49c03ae76f8834a277cbd45bc6bde830?hp=3899b88b49c03ae76f8834a277cbd45bc6bde830 dir: make untracked cache extension hash size independent Instead of using a struct with a flex array member to read and write the untracked cache extension, use a shorter, fixed-length struct and add the name and hash data explicitly. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---