author | Jeff King <peff@peff.net> | |
Wed, 28 Nov 2007 18:56:11 +0000 (13:56 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 28 Nov 2007 22:38:06 +0000 (14:38 -0800) | ||
commit | 9da0dabcd9ff71083b6bbc9878c22b12002400dd | |
tree | 3026d6aabab042dad63ee87670e979fd249aec87 | tree | snapshot |
parent | 795c7c0b08fefc7d0f5d0903d8341491350996f0 | commit | diff |
cvsimport: use rev-parse to support packed refs
Previously, if refs were packed, git-cvsimport would assume
that particular refs did not exist. This could lead to, for
example, overwriting previous 'origin' commits that were
packed.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Previously, if refs were packed, git-cvsimport would assume
that particular refs did not exist. This could lead to, for
example, overwriting previous 'origin' commits that were
packed.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl | diff | blob | history | |
t/t9600-cvsimport.sh | diff | blob | history |