read-cache.c: change type of "temp" in write_shared_index()
commit7db2d08cdccc39ea3d9a1da2da30e54f92b8fd12
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 14 Jan 2018 10:18:18 +0000 (14 17:18 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jan 2018 21:12:02 +0000 (16 13:12 -0800)
tree6dfc9de5254bec5a8e94af788c26aa4abcc48f67
parent0c37383f2ecfce28f67dbc49704ab3755d41eed0
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 <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c