Commit 5f705b4
committed
fix(gcc2026): rename Keynote.jpg to avoid case collision
Two distinct images were tracked at paths differing only in case:
Keynote.jpg (news recap) and keynote.jpg (event page tile). On
case-insensitive filesystems (macOS, Windows) only one can exist in
the working tree, so checkouts silently lose one image and report a
permanent spurious modification.
Rename the news recap image to keynote-recap.jpg and update its
reference. The event page image keeps its original path, so no
published URL for it changes.1 parent 1b476aa commit 5f705b4
2 files changed
Lines changed: 1 addition & 1 deletion
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments