Fix git-update-index --again
commit913c983e0481b477ccc11fa72ebeb0d6ec8d06aa
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 21 Sep 2006 21:29:59 +0000 (21 23:29 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 22 Sep 2006 03:54:41 +0000 (21 20:54 -0700)
treec491be37f1786430906b538a1b058377dc98d185
parent968846015229fe0fec28e3c85db722e131c15f93
Fix git-update-index --again

It called read_ref(git_path(..)..), where read_ref does the git_path()
stuff itself.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-update-index.c