git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] handle tag recursion in pack-objects --include-tag
@ 2016-09-05 21:51 Jeff King
  2016-09-05 21:52 ` [PATCH 1/5] t5305: move cleanup into test block Jeff King
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Jeff King @ 2016-09-05 21:51 UTC (permalink / raw)
  To: git

If you have a tag of a tag of a commit, and the middle tag isn't
otherwise reachable, then "pack-objects --include-tag" will not include
the middle tag, and certain invocations of "clone" will fail. See the
final patch below for the gory details.

The first five patches are just test cleanup and modernization in
preparation (though note that the 3rd one actually fixes a minor bug in
the test script).

  [1/5]: t5305: move cleanup into test block
  [2/5]: t5305: drop "dry-run" of unpack-objects
  [3/5]: t5305: use "git -C"
  [4/5]: t5305: simplify packname handling
  [5/5]: pack-objects: walk tag chains for --include-tag

-Peff

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-09-07 19:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-05 21:51 [PATCH 0/5] handle tag recursion in pack-objects --include-tag Jeff King
2016-09-05 21:52 ` [PATCH 1/5] t5305: move cleanup into test block Jeff King
2016-09-05 21:52 ` [PATCH 2/5] t5305: drop "dry-run" of unpack-objects Jeff King
2016-09-05 21:52 ` [PATCH 3/5] t5305: use "git -C" Jeff King
2016-09-05 21:52 ` [PATCH 4/5] t5305: simplify packname handling Jeff King
2016-09-05 21:52 ` [PATCH 5/5] pack-objects: walk tag chains for --include-tag Jeff King
2016-09-05 21:59   ` Jeff King
2016-09-07 18:49     ` Junio C Hamano
2016-09-07 19:45       ` Jeff King
2016-09-05 21:54 ` [PATCH 0/5] handle tag recursion in pack-objects --include-tag Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).