Merge branch 'sp/maint-dumb-http-pack-reidx' into next
commit166443ab4beecd0f3d9936923570a842ed07902a
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 May 2010 00:50:18 +0000 (4 17:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 May 2010 00:50:18 +0000 (4 17:50 -0700)
tree541df03e40f3ab3f8742c006bc734dd1a3faf1bc
parent0bec27abbe3b063422b4a3a2f7c5231f55da55f6
parent90d05713575ea6ed21d05228bcda8461f7b28ccf
Merge branch 'sp/maint-dumb-http-pack-reidx' into next

* sp/maint-dumb-http-pack-reidx:
  http.c::new_http_pack_request: do away with the temp variable filename
  http-fetch: Use temporary files for pack-*.idx until verified
  http-fetch: Use index-pack rather than verify-pack to check packs
  Allow parse_pack_index on temporary files
  Extract verify_pack_index for reuse from verify_pack
  Introduce close_pack_index to permit replacement
  http.c: Remove unnecessary strdup of sha1_to_hex result
  http.c: Don't store destination name in request structures
  http.c: Drop useless != NULL test in finish_http_pack_request
  http.c: Tiny refactoring of finish_http_pack_request
  t5550-http-fetch: Use subshell for repository operations
  http.c: Remove bad free of static block
cache.h
http-walker.c
http.c
http.h
pack.h
sha1_file.c