Skip to content

fix: remove stale lowercase keira3 submodule index entry - #3

Open
Chinoske wants to merge 1 commit into
blinkysc:mainfrom
Chinoske:fix/keira3-submodule-case-mismatch
Open

fix: remove stale lowercase keira3 submodule index entry#3
Chinoske wants to merge 1 commit into
blinkysc:mainfrom
Chinoske:fix/keira3-submodule-case-mismatch

Conversation

@Chinoske

Copy link
Copy Markdown

What

The Keira3 submodule was renamed from lowercase keira3 at some point, but the old lowercase gitlink entry stuck around in the git index alongside the new correctly-cased one.

Why it matters

Windows hides this (case-insensitive filesystem, so keira3 and Keira3 collide silently), but it breaks git submodule update --init --recursive on case-sensitive filesystems (Linux/macOS):

fatal: No url found for submodule path 'keira3' in .gitmodules

Fix

git rm --cached keira3 to drop the orphaned index entry - Keira3 (the correct one, matching .gitmodules) is untouched.

Keira3 was renamed from lowercase keira3 at some point upstream, but the
old lowercase gitlink stuck around in the index. Windows hides it (case-
insensitive filesystem), but it breaks git submodule update --init
--recursive on case-sensitive filesystems (Linux/macOS) with "No url
found for submodule path 'keira3' in .gitmodules".
@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (1)
  • keira3
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: cf179f8d-cfd6-4fdb-9aa6-a1fa5f3512ea

📥 Commits

Reviewing files that changed from the base of the PR and between dc62b92 and 868afa0.

📒 Files selected for processing (1)
  • keira3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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