Patrick Steinhardt
7fa8c61afe
midx: refactor interfaces to work on "packed" source
...
Our interfaces used to interact with MIDXs all work on top of the
generic `struct odb_source`. This doesn't make much sense though: a MIDX
is strictly tied to the "packed" source, so passing in a generic source
gives the false sense that it may also work with a different type of
source.
Fix this conceptual weirdness and instead require the caller to pass in
a "packed" source explicitly. This also makes the next commit easier to
implement, where we drop the pointer to the "files" source in the
"packed" source.
Signed-off-by: Patrick Steinhardt <ps@pks.im >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2026-06-17 05:00:01 -07:00
..
2026-05-15 04:44:39 +09:00
2026-04-10 07:58:53 -07:00
2026-05-19 15:05:46 +09:00
2026-05-24 18:41:06 +09:00
2026-05-14 19:56:34 +09:00
2026-05-19 19:36:24 +09:00
2026-03-18 12:52:29 -07:00
2026-06-17 05:00:00 -07:00
2026-05-19 19:36:24 +09:00
2026-02-20 08:13:58 -08:00
2026-05-19 19:36:24 +09:00
2026-05-19 19:36:24 +09:00
2026-05-19 19:36:24 +09:00
2026-05-19 19:36:25 +09:00
2026-01-15 05:32:31 -08:00
2026-04-29 21:46:03 +09:00
2026-03-26 12:47:17 -07:00
2026-01-12 11:56:56 -08:00
2026-05-19 19:36:24 +09:00
2026-05-19 19:36:24 +09:00
2026-02-13 13:39:25 -08:00
2026-05-19 19:36:24 +09:00
2026-05-19 19:36:24 +09:00
2026-03-26 12:42:57 -07:00
2026-04-07 14:59:27 -07:00
2026-05-19 15:05:46 +09:00
2026-05-27 14:15:45 +09:00
2026-03-03 10:20:00 -08:00
2026-04-08 10:19:17 -07:00
2026-04-15 08:44:34 -07:00
2026-06-01 18:47:18 +09:00
2026-06-17 05:00:00 -07:00
2026-05-19 19:36:25 +09:00
2026-05-19 19:36:24 +09:00
2026-04-27 22:20:57 +09:00
2026-04-10 07:58:55 -07:00
2026-05-20 10:30:58 +09:00
2026-05-19 19:36:25 +09:00
2026-03-27 11:00:02 -07:00
2026-02-13 13:39:25 -08:00
2026-05-15 04:24:54 +09:00
2026-05-19 19:36:24 +09:00
2026-01-09 18:36:18 -08:00
2026-05-12 09:33:43 +09:00
2026-05-19 19:36:25 +09:00
2026-02-06 11:45:33 -08:00
2026-02-13 13:39:25 -08:00
2026-05-27 14:15:44 +09:00
2026-03-23 08:33:10 -07:00
2026-03-12 10:03:23 -07:00
2026-06-17 05:00:01 -07:00
2026-05-19 19:36:24 +09:00
2026-05-19 09:57:44 +09:00
2026-06-17 05:00:01 -07:00
2026-02-21 21:26:53 -08:00
2026-01-09 06:07:21 -08:00
2026-05-20 11:33:24 +09:00
2026-02-26 07:22:53 -08:00
2026-05-19 19:36:24 +09:00
2026-03-24 12:26:58 -07:00
2026-05-27 14:15:46 +09:00
2026-03-23 08:33:10 -07:00
2026-03-31 20:43:14 -07:00
2026-06-17 05:00:01 -07:00
2026-04-01 21:34:25 -07:00
2026-03-25 10:35:27 -07:00
2026-05-19 19:36:24 +09:00
2026-04-06 12:02:30 -07:00
2026-05-31 10:00:37 +09:00
2026-05-19 19:36:24 +09:00
2026-05-19 15:05:46 +09:00
2026-02-20 08:13:58 -08:00
2026-01-15 05:32:31 -08:00
2026-01-30 08:58:12 -08:00
2026-03-31 20:43:14 -07:00
2026-05-19 19:36:24 +09:00
2026-04-29 21:46:02 +09:00
2026-05-19 19:36:24 +09:00
2026-05-19 19:36:24 +09:00
2026-03-24 12:31:31 -07:00
2026-05-27 14:15:45 +09:00
2026-05-27 14:15:46 +09:00
2026-05-05 16:34:08 +09:00
2026-05-19 19:36:24 +09:00
2026-05-19 19:36:24 +09:00
2026-05-06 09:48:28 +09:00
2025-12-29 22:02:53 +09:00
2026-04-10 07:58:53 -07:00