From 3605b8da78c1527100ed30a738e5b50ccaaae149 Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Fri, 31 Jul 2026 11:53:27 +0200 Subject: [PATCH] fix: point the KPN submodule at the merged commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The recorded pointer was be6e922 — the backpressure fix as originally committed, before it was rebased onto KPN master. That commit exists on no pushed branch, so a fresh clone of this branch could not fetch the submodule at all. Now 6595e6e, the same change on KPN master. Worth noting for next time: rebasing a submodule commit after the superproject has already recorded it silently invalidates the pointer. Nothing in the superproject's status shows it, because the submodule working tree is clean and at a valid commit — just not the one recorded. Co-Authored-By: Claude Opus 5 TRACES: AR-004 | SR-002 --- external/KPN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/KPN b/external/KPN index be6e922..6595e6e 160000 --- a/external/KPN +++ b/external/KPN @@ -1 +1 @@ -Subproject commit be6e92268c2e9c7684d9247de851c02bb62334bd +Subproject commit 6595e6e925785b8da529ce0a34208738b639c670