fix sha1_pack_index_name()
commit6eec46bdda7393f1801df70a44d2e0577760a691
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2008 16:47:43 +0000 (28 09:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2008 17:24:32 +0000 (28 10:24 -0700)
tree49a2c61fc397b3ba65bd5e772754052f1a8b0013
parentd683a0e00cd4734b4fab704baef1ee76205722be
fix sha1_pack_index_name()

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>
sha1_file.c