diff options
author | Dmitry Ivankov <divanorama@gmail.com> | 2011-09-23 01:47:05 +0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-22 13:30:59 -0700 |
commit | 0bc69881a611c582f3b89a475882161d83c56494 (patch) | |
tree | aceec5dfeddcc08f6cde658da692f45e3ca1d0dd /templates/hooks--post-commit.sample | |
parent | fast-import: don't allow to tag empty branch (diff) | |
download | tgif-0bc69881a611c582f3b89a475882161d83c56494.tar.xz |
fast-import: don't allow to note on empty branch
'reset' command makes fast-import start a branch from scratch. It's name
is kept in lookup table but it's sha1 is null_sha1 (special value).
'notemodify' command can be used to add a note on branch head given it's
name. lookup_branch() is used it that case and it doesn't check for
null_sha1. So fast-import writes a note for null_sha1 object instead of
giving a error.
Add a check to deny adding a note on empty branch and add a corresponding
test.
Signed-off-by: Dmitry Ivankov <divanorama@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'templates/hooks--post-commit.sample')
0 files changed, 0 insertions, 0 deletions