Wire git-lfs into the pre-commit pre-push hook #36
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/infrastructure#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-21T06:35:33Z - https://github.com/coilysiren/infrastructure/issues/221
Problem - infrastructure's pre-push hook is owned by pre-commit, so
git lfs installcannot install its own pre-push uploader hook. Git LFS was set up in--manualmode as a workaround.Symptom - committing an LFS-tracked file and running plain
git pushpushes the pointer commit but not the object. Anyone cloning then gets a pointer with no object behind it. The tower GLB commits (#215, #219) only succeeded because the objects were uploaded by hand withgit lfs push.Next:
git pushuploads objects automatically.Backlog burndown 2026-06-17: closing low-priority (P3/P4) to bring the open count to a manageable level. Nothing lost — reopen if this resurfaces. Batch tag:
burndown-2026-06.