On Sun, Aug 23, 2026 at 10:18:51AM -0700, Michael Montalbo wrote:
Move the 23 odb C sources and 26 headers into odb/ as renames.
i for one would go with lib/odb/.
quoted hunk ↗ jump to hunk
+++ b/builtin/add.c
-#include "object-file.h"
-#include "odb.h"
+#include "odb/object-file.h"
+#include "odb/odb.h"
that's the wrong include style here.
it was already wrong in a lot of places, but as you rewrite everything
anyway, you could fix it just as well.