git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [QUESTION]: How to get uploading git objects via a git command in a pre-receive-hook
@ 2024-06-29 14:42 ZheNing Hu
  2024-06-29 16:29 ` Christian Couder
  0 siblings, 1 reply; 3+ messages in thread
From: ZheNing Hu @ 2024-06-29 14:42 UTC (permalink / raw)
  To: Git List; +Cc: Junio C Hamano, Taylor Blau

Hi,

I want to check the uploaded Git LFS objects in the pre-receive hook
of the Git server. Assuming that the Git repository during the upload
process is A.git, my current approach is to create an empty repository
B.git and then use
GIT_ALTERNATE_OBJECT_DIRECTORIES="A.git/objects/tmp_objdir-incoming-**"
followed by executing git -C B.git cat-file --batch-check
--batch-all-objects to obtain the objects being uploaded, then filter
out the LFS objects. This process is very time-consuming, taking
roughly more than 10 seconds. I wonder if there's a simpler method?


Thanks.
--
ZheNing Hu

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

end of thread, other threads:[~2024-07-01  3:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29 14:42 [QUESTION]: How to get uploading git objects via a git command in a pre-receive-hook ZheNing Hu
2024-06-29 16:29 ` Christian Couder
2024-07-01  3:40   ` 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).