chore: mark the generated files as generated - #2
Merged
Conversation
Everything in this repository except �[38;2;211;215;235m kitty.conf.tmpl�[0m is derived from it and from the port catalogue. Marking that explicitly collapses it in a diff, so a regeneration pull request leads with the change to the mapping instead of burying it under a few thousand lines of hex. Nothing is verified less as a result: `spn gen --check` still fails if any of them drifts. It also stops the repository being reported as a Go Template project, which it is not.
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.
Everything in this repository except
�[38;2;211;215;235m kitty.conf.tmpl�[0mis derived — from that mapping andfrom the port catalogue in
sp-night/sp-night..gitattributesnow says so. Two effects:A regeneration pull request becomes readable. With
themes/,assets/andREADME.mdmarked generated, a diff leads with the change to�[38;2;211;215;235m kitty.conf.tmpl�[0m—the decision someone actually made — instead of burying it under a few thousand
lines of hex. That matters because the engine's fan-out opens exactly this kind of
pull request whenever the palette moves.
The repository stops being reported as a Go Template project, which it is not.
A colourscheme port has no language; the only detectable file was the mapping.
Nothing is verified less:
spn gen --check,spn readme --checkandspn preview --checkstill fail if any generated file drifts from the mapping.Collapsing a file in a diff is a reading aid, not a trust decision.