fix sha1_pack_index_name()
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2008 16:47:43 +0000 (09:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2008 17:24:32 +0000 (10:24 -0700)
An earlier commit 633f43e (Remove redundant code, eliminate one static
variable, 2008-05-24) had a thinko (perhaps an eyeno) that broke
sha1_pack_index_name() function. One symptom of this was that the http
walker is now completely broken.

This should fix it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found