Migrate svg files to git lfs that were not already there#364
Merged
Conversation
baa18e1 to
5edfc65
Compare
jacobgkau
approved these changes
May 27, 2026
Member
jacobgkau
left a comment
There was a problem hiding this comment.
I think I noticed these while preparing #353, but was nervous about rewriting commits going that far back and assumed there'd be no benefit if we weren't rewriting the history (since the full-size files will presumably remain in the history). If migrating them into LFS without rewriting the history would benefit your work, I have no problem with it. (If you think we should rewrite the history, I can also do that; I'd prefer to do that semi-manually to try and keep the original commit timestamps like I did last time.)
The files moved into LFS here are still showing up as expected in the repo.
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.
Fix: There were 49 files that were added by someone who did not have git-lfs installed or configured properly. Hence these files were committed directly to the repository and it's now causing issues with the reorganization i am doing. This commit was generated by running
git lfs migrate import --no-rewrite $(git lfs status | grep '\.svg' | awk '{print $1}')…models/pang12/img/fn-f11.svg,src/models/pang12/img/fn-f12.svg,src/models/pang12/img/fn-f2.svg,src/models/pang12/img/fn-f3.svg,src/models/pang12/img/fn-f6.svg,src/models/pang12/img/fn-f7.svg,src/models/pang12/img/fn-f9.svg,src/models/pang12/img/led-charging.svg,src/models/pang12/img/led-power.svg,src/models/pang12/img/led-webcam.svg,src/models/pang13/img/fn-f1.svg,src/models/pang13/img/fn-f10.svg,src/models/pang13/img/fn-f11.svg,src/models/pang13/img/fn-f12.svg,src/models/pang13/img/fn-f2.svg,src/models/pang13/img/fn-f3.svg,src/models/pang13/img/fn-f6.svg,src/models/pang13/img/fn-f7.svg,src/models/pang13/img/fn-f9.svg,src/models/pang13/img/led-charging.svg,src/models/pang13/img/led-power.svg,src/models/pang13/img/led-webcam.svg,src/models/pang14/img/fn-f1.svg,src/models/pang14/img/fn-f10.svg,src/models/pang14/img/fn-f11.svg,src/models/pang14/img/fn-f12.svg,src/models/pang14/img/fn-f2.svg,src/models/pang14/img/fn-f3.svg,src/models/pang14/img/fn-f6.svg,src/models/pang14/img/fn-f7.svg,src/models/pang14/img/fn-f9.svg,src/models/pang14/img/led-charging.svg,src/models/pang14/img/led-power.svg,src/models/pang14/img/led-webcam.svg,src/models/pang15/img/fn-f1.svg,src/models/pang15/img/fn-f10.svg,src/models/pang15/img/fn-f11.svg,src/models/pang15/img/fn-f12.svg,src/models/pang15/img/fn-f2.svg,src/models/pang15/img/fn-f3.svg,src/models/pang15/img/fn-f4.svg,src/models/pang15/img/fn-f6.svg,src/models/pang15/img/fn-f7.svg,src/models/pang15/img/fn-f9.svg,src/models/pang15/img/led-charging.svg,src/models/pang15/img/led-power.svg,src/models/pang15/img/led-webcam.svg: convert to Git LFS