Skip to content

Commit a403983

Browse files
committed
Describe the last sync's commit shape accurately
It landed as two commits split by package, not one. The point stands either way — neither isolates an unmodified upstream tree — but a checkable claim that is wrong costs the reader's trust in the rest of the table.
1 parent 757f35a commit a403983

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/VENDORING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ same commit should show ONLY those marked lines changed.
130130
than a reconstruction — an auditor diffs one commit against the upstream
131131
clone and is done, instead of subtracting a prose ledger from a merged
132132
tree. It also makes the next upgrade cheaper, because the patch commit is
133-
exactly the thing to replay. The 2026-08-08 sync landed as a single
134-
commit and does not have this property; `PATCHES.md` is what makes that
135-
tree reconstructible, which is why that ledger is load-bearing rather
136-
than merely descriptive.
133+
exactly the thing to replay. The 2026-08-08 sync landed as two
134+
commits split by package rather than by pristine-then-patched, so neither
135+
isolates an unmodified upstream tree; `PATCHES.md` is what makes that state
136+
reconstructible, which is why that ledger is load-bearing rather than
137+
merely descriptive.

0 commit comments

Comments
 (0)