From: Nguyễn Thái Ngọc Duy Date: Sun, 14 Jan 2018 10:18:18 +0000 (+0700) Subject: read-cache.c: change type of "temp" in write_shared_index() X-Git-Tag: v2.16.3~17^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7db2d08cdccc39ea3d9a1da2da30e54f92b8fd12?hp=7db2d08cdccc39ea3d9a1da2da30e54f92b8fd12 read-cache.c: change type of "temp" in write_shared_index() This local variable 'temp' will be passed in from the caller in the next patch. To reduce patch noise, let's change its type now while it's still a local variable and get all the trival conversion out of the next patch. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---