chore: retire vestigial Git LFS config (resolves C-41) - #44
Merged
Conversation
The only LFS-tracked patterns were the five shapefile extensions (*.shp/*.dbf/*.shx/*.cpg/*.prj), all deleted in C-39 — so .gitattributes matched zero files while the local LFS filter + hooks kept breaking every push/merge on machines without git-lfs installed (twice forced a working-tree half-revert during PR #42/#43 merges). Remove the now-empty .gitattributes; the local filter.lfs config and LFS hooks were unwired in .git/ (not tracked). No LFS files remain, so nothing is left to protect. Resolves C-41. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Counts: open 25 -> 24, resolved 16 -> 17. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Retires Git LFS from this repo, resolving C-41.
Why
The only LFS-tracked patterns were the five shapefile extensions (
*.shp/*.dbf/*.shx/*.cpg/*.prj), and all shapefiles were deleted in C-39. So.gitattributesmatched zero files, while the local LFS filter +.git/hookskept breaking every push/merge on machines withoutgit-lfsinstalled — twice forcing a working-tree half-revert during the PR #42 / #43 merges. This repo was the only one of the 18 VIEWS sibling repos that was ever LFS-wired (it was the only one that ever stored LFS binaries).What changed
.gitattributes(all 5 lines were the shapefile LFS rules)..git/(not version-controlled, already done on this machine): removed thefilter.lfs.*config and the four LFS hooks (pre-push/post-merge/post-checkout/post-commit).Verification
This branch's commits and push ran with no
--no-verifyand nogit-lfs: not found— the LFS hooks no longer fire. No LFS-tracked files remain in the tree.Register: C-41 moved to Resolved (open 25→24, resolved 16→17).
🤖 Generated with Claude Code