Skip to content

feat: add gitlink stripping to prevent downstream submodule failures #19

Merged
csjones merged 1 commit into
mainfrom
FILTER-GIT-LINKS
May 1, 2026
Merged

feat: add gitlink stripping to prevent downstream submodule failures #19
csjones merged 1 commit into
mainfrom
FILTER-GIT-LINKS

Conversation

@csjones

@csjones csjones commented Apr 30, 2026

Copy link
Copy Markdown
Contributor
  • Added --strip-gitlinks flag to add and update commands for opt-in removal
  • Added stripGitlinks field to SubtreeEntry for persistent configuration
  • Implemented GitOperations.findGitlinks() to detect mode 160000 entries via ls-files
  • Implemented GitOperations.stripGitlinks() to remove detected gitlinks from index
  • Added GitOperations.emitGitlinkWarning() for consistent Policy C warnings

…19)

- Added --strip-gitlinks flag to add and update commands for opt-in removal
- Added stripGitlinks field to SubtreeEntry for persistent configuration
- Implemented GitOperations.findGitlinks() to detect mode 160000 entries via ls-files
- Implemented GitOperations.stripGitlinks() to remove detected gitlinks from index
- Added GitOperations.emitGitlinkWarning() for consistent Policy C warnings
@csjones csjones merged commit a5c7948 into main May 1, 2026
2 checks passed
@csjones csjones deleted the FILTER-GIT-LINKS branch May 1, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant