t9350: add tests for tags of things other than a commit
commit8d7d33c1ce20066208b68bd75fd6d34e564f7229
authorElijah Newren <newren@gmail.com>
Thu, 3 Oct 2019 20:27:08 +0000 (3 13:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Oct 2019 22:33:21 +0000 (4 07:33 +0900)
treeb4258a2aa7d0c681f27eb0ea761711dea5c06f48
parenta1638cfe12ab06bd83068347ee8fc7a522c81e7b
t9350: add tests for tags of things other than a commit

Multiple changes here:
  * add a test for a tag of a blob
  * add a test for a tag of a tag of a commit
  * add a comment to the tests for (possibly nested) tags of trees,
    making it clear that these tests are doing much less than you might
    expect

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9350-fast-export.sh