reset.c: inline update_index_refresh()
commit7637df131ec9939b737ca284874478cb5c899348
authorMartin von Zweigbergk <martinvonz@gmail.com>
Tue, 15 Jan 2013 05:47:48 +0000 (14 21:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2013 17:38:08 +0000 (15 09:38 -0800)
tree97eafa2eabf15d1de88ab1a40fdf4c3017a0d457
parent3bbf2f20f62ec6aa7998d9f7acc942ded6639870
reset.c: inline update_index_refresh()

Now that there is only one caller left to the single-line method
update_index_refresh(), inline it.

Signed-off-by: Martin von Zweigbergk <martinvonz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/reset.c