]> git.99rst.org Git - git.git/commit
archive: convert queue_directory to struct object_id
authorRené Scharfe <redacted>
Fri, 27 Aug 2021 19:59:16 +0000 (21:59 +0200)
committerJunio C Hamano <redacted>
Fri, 27 Aug 2021 21:19:00 +0000 (14:19 -0700)
commite124ecf7f7643c83c4f23badb8e1437f863549c7
treef2e3d783cdb86bdc1b31bb7938e64f33b3974c3c
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
archive: convert queue_directory to struct object_id

Pass the struct object_id on instead of just its hash member.
This is simpler and avoids the need to guess the algorithm.

Signed-off-by: René Scharfe <redacted>
Acked-by: brian m. carlson <redacted>
Signed-off-by: Junio C Hamano <redacted>
archive.c
git clone https://git.99rst.org/PROJECT