Skip to content

Remove accidentally committed file with invalid space-only filename#375

Merged
entrpn merged 1 commit intomainfrom
fix/remove-invalid-space-filename
Apr 13, 2026
Merged

Remove accidentally committed file with invalid space-only filename#375
entrpn merged 1 commit intomainfrom
fix/remove-invalid-space-filename

Conversation

@Perseus14
Copy link
Copy Markdown
Collaborator

@Perseus14 Perseus14 commented Apr 11, 2026

Summary

An empty file with a single-space filename (' ') was accidentally committed in PR #208. This is an invalid path on Windows/NTFS, causing git operations (checkout, stash, reset, etc.) to fail with:

error: invalid path ' '

Changes

  • Removes the empty 0-byte file named ' ' from the repository root

Impact

  • Fixes Windows compatibility for all git operations
  • No functional code is affected (the file was empty)

An empty file with a single-space filename (' ') was accidentally
committed in PR #208. This is an invalid path on Windows/NTFS,
causing git checkout, git stash, and other operations to fail with:

  error: invalid path ' '

This removes the empty file to fix Windows compatibility.
@Perseus14 Perseus14 requested a review from entrpn as a code owner April 11, 2026 12:21
@github-actions
Copy link
Copy Markdown

@entrpn entrpn merged commit d799d57 into main Apr 13, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants