Unoptimize info/refs creation.
authorJunio C Hamano <junkio@cox.net>
Wed, 14 Sep 2005 20:15:53 +0000 (13:15 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 15 Sep 2005 19:46:32 +0000 (12:46 -0700)
commit60d0526aaa5d29589420bfadd0623ec878c5edf3
treebd9981dbdede66822e1aca6fe0a4dc1daeb46b40
parent0f56479d7325083953be36b8c8ee90380ff27f92
Unoptimize info/refs creation.

The code did not catch the case where you removed an existing ref
without changing anything else.  We are not talking about hundreds of
refs anyway, so remove that optimization.

Signed-off-by: Junio C Hamano <junkio@cox.net>
server-info.c