Skip to content

Remove a stray empty file from the repository root - #28

Merged
PetrShtuka merged 1 commit into
mainfrom
petrshtuka/remove-stray-file
Aug 25, 2026
Merged

Remove a stray empty file from the repository root#28
PetrShtuka merged 1 commit into
mainfrom
petrshtuka/remove-stray-file

Conversation

@PetrShtuka

Copy link
Copy Markdown
Owner

Empty file 0." created by a mis-escaped shell redirect and swept in by git add -A in #27. No content, nothing references it. Removing before the 0.6.0 tag so it does not reach the tagged tree, the release archives or the CocoaPods download — a filename with a double quote in it is a good way to break someone else's build script.

`0."` is an empty file with a quote in its name, created by a mis-escaped shell
redirect while inspecting the README and swept into the previous commit by
`git add -A`. It has no content and nothing references it.

Caught before the 0.6.0 tag: it would otherwise sit in the tagged tree, in the
GitHub release source archives and in the CocoaPods download, and a filename
containing a double quote is the kind of thing that breaks a build script on a
platform nobody tested.
@PetrShtuka
PetrShtuka merged commit 4d65591 into main Aug 25, 2026
4 checks passed
@PetrShtuka
PetrShtuka deleted the petrshtuka/remove-stray-file branch August 25, 2026 06:19
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