Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(git_files): support emoji/unicode in filenames #2943

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

jamestrew
Copy link
Contributor

Pass core.quotepath=false to achieve this.
Could alternatively pass -z but that uses \0 line termination and complicates things.

I think this is minor enough to just use as default. Shouldn't impact most people anyways.

Closes #2900

Pass `core.quotepath=false` to achieve this.

Could alternatively pass `-z` but that uses `\0` line termination and
complicates things.

Closes #2900
@jamestrew jamestrew merged commit 955e50d into master Feb 24, 2024
13 checks passed
@jamestrew jamestrew deleted the feat/git-files-support-emoji branch February 24, 2024 01:28
Conni2461 pushed a commit that referenced this pull request Mar 11, 2024
Pass `core.quotepath=false` to achieve this.

Could alternatively pass `-z` but that uses `\0` line termination and
complicates things.

Closes #2900

(cherry picked from commit 955e50d)
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.

Telescope will not open files with unicode characters in their name
1 participant