From: Junio C Hamano Date: Mon, 3 Oct 2016 20:22:13 +0000 (-0700) Subject: Merge branch 'jk/pack-tag-of-tag' into maint X-Git-Tag: v2.10.1~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f4315eed7f3d528d5907c52f93e44fc351f3e0d6 Merge branch 'jk/pack-tag-of-tag' into maint "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 --- f4315eed7f3d528d5907c52f93e44fc351f3e0d6