cvsimport: miscellaneous packed-ref fixes
commit0750d751157addde94f28a7933ed4f914a526eb7
authorJeff King <peff@peff.net>
Wed, 28 Nov 2007 18:56:28 +0000 (28 13:56 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2007 22:38:35 +0000 (28 14:38 -0800)
tree4f66ac21f80ac3d23234e2d77e5be7684fbdb0ac
parent9da0dabcd9ff71083b6bbc9878c22b12002400dd
cvsimport: miscellaneous packed-ref fixes

These were found with a grep for '$git_dir'; they all
replace a direct access of "$git_dir/refs/..." with a call
to git-rev-parse or git-update-ref.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl