All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Annotated tags pointing to missing but promised blobs
@ 2018-07-13  0:03 Jonathan Tan
  2018-07-13  0:03 ` [PATCH 1/2] revision: tolerate promised targets of tags Jonathan Tan
  2018-07-13  0:03 ` [PATCH 2/2] tag: don't warn if target is missing but promised Jonathan Tan
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Tan @ 2018-07-13  0:03 UTC (permalink / raw)
  To: git; +Cc: Jonathan Tan

These are based on jt/partial-clone-fsck-connectivity.

The patches in jt/partial-clone-fsck-connectivity were motivated by bugs
I discovered in partial clones when refs pointed to blobs directly.
While continuing to work on this, I noticed issues with annotated tags -
that is, refs pointing to tags pointing to blobs. Here are some fixes.

Jonathan Tan (2):
  revision: tolerate promised targets of tags
  tag: don't warn if target is missing but promised

 revision.c               |  3 +++
 t/t5616-partial-clone.sh | 44 ++++++++++++++++++++++++++++++++++++++++
 tag.c                    | 13 +++++++++---
 3 files changed, 57 insertions(+), 3 deletions(-)

-- 
2.18.0.203.gfac676dfb9-goog


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

end of thread, other threads:[~2018-07-13  0:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-13  0:03 [PATCH 0/2] Annotated tags pointing to missing but promised blobs Jonathan Tan
2018-07-13  0:03 ` [PATCH 1/2] revision: tolerate promised targets of tags Jonathan Tan
2018-07-13  0:03 ` [PATCH 2/2] tag: don't warn if target is missing but promised Jonathan Tan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.