Merge branch 'jk/pack-tag-of-tag'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2016 21:11:14 +0000 (14:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2016 21:11:14 +0000 (14:11 -0700)
commit9883ec2c73e15dfe148d05ea078897cbe73e3480
treea08617fda9bf0ea29a89ca36af4a63e85bb78494
parent35f6318d44379452d8d33e880d8df0267b4a0cd0
parentb773ddea2cd3b08cb5654884f26c69b46e2d0c50
Merge branch 'jk/pack-tag-of-tag'

"git pack-objects --include-tag" was taught that when we know that
we are sending an object C, we want a tag B that directly points at
C but also a tag A that points at the tag B.  We used to miss the
intermediate tag B in some cases.

* jk/pack-tag-of-tag:
  pack-objects: walk tag chains for --include-tag
  t5305: simplify packname handling
  t5305: use "git -C"
  t5305: drop "dry-run" of unpack-objects
  t5305: move cleanup into test block
builtin/pack-objects.c