diff options
author | Dmitry Potapov <dpotapov@gmail.com> | 2010-01-14 07:44:19 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-14 21:51:06 -0800 |
commit | 8db751a8f953bf1a571e1fd825d1a4219e65b501 (patch) | |
tree | 5d09861d2bb4cfa9c6cf71011f5f16389db1c21b /t/t1501-worktree.sh | |
parent | Prevent git blame from segfaulting on a missing author name (diff) | |
download | tgif-8db751a8f953bf1a571e1fd825d1a4219e65b501.tar.xz |
fast-import: tag may point to any object type
If you tried to export the official git repository, and then to import it
back then git-fast-import would die complaining that "Mark :1 not a commit".
Accordingly to a generated crash file, Mark 1 is not a commit but a blob,
which is pointed by junio-gpg-pub tag. Because git-tag allows to create such
tags, git-fast-import should import them.
Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1501-worktree.sh')
0 files changed, 0 insertions, 0 deletions