git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] ref: add object check for regular ref
@ 2024-12-27 13:40 shejialuo
  2024-12-27 13:42 ` [PATCH 1/1] " shejialuo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: shejialuo @ 2024-12-27 13:40 UTC (permalink / raw)
  To: git; +Cc: Patrick Steinhardt, Karthik Nayak, Junio C Hamano

Hi All:

When I implement the code for packed ref content checks, I somehow
notice that I ignore checks for the object. In the first glance, I think
I could make this patch in the first of my packed ref content check
series. However, this is not a good idea which may cause the reviewers
more overhead.

And this patch aims at checking whether the object exists and whether
the type of the object is correct.

Thanks,
Jialuo

shejialuo (1):
  ref: add object check for regular ref

 refs/files-backend.c     | 50 ++++++++++++++++++++++++++++--------
 t/t0602-reffiles-fsck.sh | 55 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 95 insertions(+), 10 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-01-05  6:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27 13:40 [PATCH 0/1] ref: add object check for regular ref shejialuo
2024-12-27 13:42 ` [PATCH 1/1] " shejialuo
2024-12-27 13:58 ` [PATCH 0/1] " shejialuo
2025-01-05  6:30 ` shejialuo

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).