Taylor Blau
83296d20e8
pack-bitmap: return multiple packs via reuse_partial_packfile_from_bitmap()
...
Further prepare for enabling verbatim pack-reuse over multiple packfiles
by changing the signature of reuse_partial_packfile_from_bitmap() to
populate an array of `struct bitmapped_pack *`'s instead of a pointer to
a single packfile.
Since the array we're filling out is sized dynamically[^1], add an
additional `size_t *` parameter which will hold the number of reusable
packs (equal to the number of elements in the array).
Note that since we still have not implemented true multi-pack reuse,
these changes aren't propagated out to the rest of the caller in
builtin/pack-objects.c.
In the interim state, we expect that the array has a single element, and
we use that element to fill out the static `reuse_packfile` variable
(which is a bog-standard `struct packed_git *`). Future commits will
continue to push this change further out through the pack-objects code.
[^1]: That is, even though we know the number of packs which are
candidates for pack-reuse, we do not know how many of those
candidates we can actually reuse.
Signed-off-by: Taylor Blau <me@ttaylorr.com >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2023-12-14 14:38:08 -08:00
..
2023-11-04 17:00:27 +09:00
2023-11-07 10:26:43 +09:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-10-23 13:04:47 -07:00
2023-07-17 11:30:42 -07:00
2023-12-09 16:37:50 -08:00
2023-10-29 08:56:17 +09:00
2023-08-07 11:57:18 -07:00
2023-10-09 12:46:33 -07:00
2023-08-11 09:44:52 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:54 -07:00
2023-06-21 13:39:53 -07:00
2023-07-05 11:42:31 -07:00
2023-09-05 14:48:17 -07:00
2023-10-02 11:20:00 -07:00
2023-07-06 11:54:48 -07:00
2023-07-27 15:26:37 -07:00
2023-07-06 11:54:48 -07:00
2023-10-13 14:18:28 -07:00
2023-06-21 13:39:54 -07:00
2023-11-02 16:53:28 +09:00
2023-07-17 11:30:42 -07:00
2023-07-13 17:24:00 -07:00
2023-07-05 11:42:31 -07:00
2023-07-05 11:41:59 -07:00
2023-07-06 11:54:46 -07:00
2023-03-28 14:11:24 -07:00
2023-09-13 10:07:56 -07:00
2023-04-11 08:52:10 -07:00
2023-08-21 15:33:24 -07:00
2023-08-21 15:33:24 -07:00
2023-08-21 15:33:24 -07:00
2023-09-29 15:46:06 -07:00
2023-07-17 11:30:42 -07:00
2023-09-05 14:48:17 -07:00
2023-09-13 10:07:57 -07:00
2023-07-05 11:42:31 -07:00
2023-09-13 10:07:56 -07:00
2023-07-05 11:41:59 -07:00
2023-11-16 14:02:59 +09:00
2023-06-21 13:39:53 -07:00
2023-08-19 21:17:32 -07:00
2023-09-18 15:56:15 -07:00
2023-10-18 13:25:41 -07:00
2023-07-05 11:41:59 -07:00
2023-11-07 10:26:43 +09:00
2023-06-21 13:39:54 -07:00
2023-07-06 11:54:48 -07:00
2023-06-21 13:39:53 -07:00
2023-09-13 10:07:57 -07:00
2023-07-05 11:41:59 -07:00
2023-10-13 14:18:27 -07:00
2023-11-10 11:04:11 +09:00
2023-07-06 11:54:45 -07:00
2023-11-16 14:02:58 +09:00
2023-08-29 17:56:24 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-11-02 08:51:40 +09:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-10-11 13:37:47 -07:00
2023-10-13 14:18:28 -07:00
2023-07-13 17:24:00 -07:00
2023-07-05 11:42:31 -07:00
2023-07-06 11:54:48 -07:00
2023-11-02 16:53:22 +09:00
2023-09-05 14:58:44 -07:00
2023-07-06 11:54:47 -07:00
2023-12-14 14:38:08 -08:00
2023-06-21 13:39:54 -07:00
2023-05-12 14:54:14 -07:00
2023-07-06 11:54:48 -07:00
2023-03-21 10:56:51 -07:00
2023-06-29 16:43:21 -07:00
2023-07-06 11:54:48 -07:00
2023-07-27 15:26:37 -07:00
2023-06-21 13:39:53 -07:00
2023-09-05 14:48:17 -07:00
2023-11-16 09:18:22 +09:00
2023-11-02 16:53:16 +09:00
2023-11-08 11:04:01 +09:00
2023-03-28 14:11:24 -07:00
2023-03-28 14:11:24 -07:00
2023-08-04 10:52:31 -07:00
2023-10-18 13:25:41 -07:00
2023-07-13 17:24:00 -07:00
2023-07-05 11:41:59 -07:00
2023-07-27 15:26:37 -07:00
2023-11-01 12:07:18 +09:00
2023-07-25 12:05:24 -07:00
2023-07-05 11:42:31 -07:00
2023-07-05 11:42:31 -07:00
2023-06-28 14:06:39 -07:00
2023-06-21 13:39:53 -07:00
2023-07-27 15:26:37 -07:00
2023-06-21 13:39:53 -07:00
2023-11-01 12:09:01 +09:00
2023-06-21 13:39:53 -07:00
2023-10-23 13:56:37 -07:00
2023-07-06 11:54:46 -07:00
2023-10-03 15:30:43 -07:00
2023-07-05 11:41:18 -07:00
2023-11-16 14:02:59 +09:00
2023-07-05 11:41:59 -07:00
2023-09-13 10:07:57 -07:00
2023-10-02 11:20:00 -07:00
2023-08-29 17:56:26 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-29 16:43:21 -07:00
2023-11-02 16:53:23 +09:00
2023-06-21 13:39:54 -07:00
2023-06-21 13:39:54 -07:00
2023-06-21 13:39:53 -07:00
2023-11-02 16:53:21 +09:00
2023-06-21 13:39:53 -07:00