diff options
author | Dmitry Ivankov <divanorama@gmail.com> | 2011-08-22 18:10:18 +0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-08-23 11:25:56 -0700 |
commit | 2efe38e7da40fdf2b6e0261984d7adaab16ad930 (patch) | |
tree | 46c1bd9e6f8b059d738e2ebc63d07b4048d40af1 /t/t4202-log.sh | |
parent | filter-branch: Export variable `workdir' for --commit-filter (diff) | |
download | tgif-2efe38e7da40fdf2b6e0261984d7adaab16ad930.tar.xz |
fast-import: add tests for tagging blobs
fast-import allows to create an annotated tag that annotates a blob,
via mark or direct sha1 specification.
For mark it works, for sha1 it tries to read the object. It tries to
do so via read_sha1_file, and then checks the size to be at least 46.
That's weird, let's just allow to (annotated) tag any object referenced
by sha1. If the object originates from our packfile, we still fail though.
Signed-off-by: Dmitry Ivankov <divanorama@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4202-log.sh')
0 files changed, 0 insertions, 0 deletions