From: Daniel Troger <random_n0body@icloud.com> To: git@vger.kernel.org Subject: git-bugreport-2021-01-06-1209.txt (git can't deal with special characters) Date: Wed, 6 Jan 2021 12:35:26 +0100 Message-ID: <A102844A-9501-4A86-854D-E3B387D378AA@icloud.com> (raw) Thank you for filling out a Git bug report! Please answer the following questions to help us understand your issue. What did you do before the bug happened? (Steps to reproduce your issue) I ran `git restore -p .` What did you expect to happen? (Expected behavior) git restore to open in interactive mode and letting me select data to discard What happened instead? (Actual behavior) I got an error message: ``` me@iMac:[redacted]/paulbrunngård-springyard/src$ git restore -p . BUG: pathspec.c:495: error initializing pathspec_item Cannot close git diff-index --cached --numstat --summary HEAD -- :(,prefix:44)[redacted]/paulbrunngård-springyard/src/ () at /usr/local/Cellar/git/2.29.2/libexec/git-core/git-add--interactive line 183. ``` What's different between what you expected and what actually happened? The main problem is that the command didn't do anything. It basically printed an error message instead of changing a file in the way I wanted. Anything else you want to add: Yeah. So pretty obviously the problem is the "å" in the filename. The interesting thing is that the folder with the "å" in the filename seems to exist twice, with differently encoded "å"s. But their content IS AUTOMATICALLY PERFECTLY SYNCED. And the only tool which recognizes them as two different folders is git. ls in the terminal shows them as one, finder shows them as one, even "glob" in php shows them as one. This is what git seems to see them at (taken from git status): `modified: "paulbrunnga\314\212rd-springyard/` And further down: ``` Untracked files: (use "git add <file>..." to include in what will be committed) "paulbrunng\303\245rd-springyard/" ``` Here is a zip containing the folder (emptied): https://arxius.io/f/7ec7e1c7 I tried creating a new git repo, extracting the zip in it, going into the folder and running `git add empty` and could reproduce that git sees it as two different folders. Please review the rest of the bug report below. You can delete any lines you don't wish to share. [System Info] git version: git version 2.29.2 cpu: x86_64 no commit associated with this build sizeof-long: 8 sizeof-size_t: 8 shell-path: /bin/sh uname: Darwin 17.7.0 Darwin Kernel Version 17.7.0: Sun Jun 2 20:31:42 PDT 2019; root:xnu-4570.71.46~1/RELEASE_X86_64 x86_64 compiler info: clang: 10.0.0 (clang-1000.11.45.5) libc info: no libc information available $SHELL (typically, interactive shell): /bin/bash [Enabled Hooks]
next reply other threads:[~2021-01-06 11:43 UTC|newest] Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-01-06 11:35 Daniel Troger [this message] 2021-01-06 14:21 ` Torsten Bögershausen 2021-01-06 16:49 ` Daniel Troger 2021-01-06 21:47 ` Torsten Bögershausen 2021-01-06 22:21 ` Daniel Troger 2021-01-06 23:07 ` Randall S. Becker 2021-01-07 14:34 ` Philippe Blain 2021-01-07 15:49 ` Torsten Bögershausen 2021-01-07 16:21 ` Philippe Blain 2021-01-08 19:07 ` Torsten Bögershausen 2021-01-24 15:13 ` [PATCH/RFC v1 1/1] git restore -p . and precomposed unicode tboegi 2021-01-24 19:51 ` Junio C Hamano 2021-01-25 16:53 ` Torsten Bögershausen 2021-01-29 17:15 ` [PATCH v2 1/1] MacOS: precompose_argv_prefix() tboegi 2021-01-29 23:19 ` Junio C Hamano 2021-01-31 0:43 ` Junio C Hamano 2021-01-31 9:50 ` Torsten =?unknown-8bit?Q?B=C3=B6gershausen?= 2021-02-02 15:11 ` [PATCH v3 " tboegi 2021-02-02 17:43 ` Junio C Hamano 2021-02-03 16:28 ` [PATCH v4 " tboegi 2021-02-03 19:33 ` Junio C Hamano 2021-02-03 22:13 ` Junio C Hamano 2021-02-05 17:31 ` Torsten Bögershausen 2021-01-08 19:56 git-bugreport-2021-01-06-1209.txt (git can't deal with special characters) Daniel Troger 2021-01-09 17:23 ` Torsten Bögershausen 2021-01-13 14:57 ` Daniel Troger 2021-01-16 17:24 ` Torsten Bögershausen
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: http://vger.kernel.org/majordomo-info.html * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=A102844A-9501-4A86-854D-E3B387D378AA@icloud.com \ --to=random_n0body@icloud.com \ --cc=git@vger.kernel.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
git@vger.kernel.org list mirror (unofficial, one of many) This inbox may be cloned and mirrored by anyone: git clone --mirror https://public-inbox.org/git git clone --mirror http://ou63pmih66umazou.onion/git git clone --mirror http://czquwvybam4bgbro.onion/git git clone --mirror http://hjrcffqmbrq6wope.onion/git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V1 git git/ https://public-inbox.org/git \ git@vger.kernel.org public-inbox-index git Example config snippet for mirrors. Newsgroups are available over NNTP: nntp://news.public-inbox.org/inbox.comp.version-control.git nntp://ou63pmih66umazou.onion/inbox.comp.version-control.git nntp://czquwvybam4bgbro.onion/inbox.comp.version-control.git nntp://hjrcffqmbrq6wope.onion/inbox.comp.version-control.git nntp://news.gmane.io/gmane.comp.version-control.git note: .onion URLs require Tor: https://www.torproject.org/ code repositories for the project(s) associated with this inbox: https://80x24.org/mirrors/git.git AGPL code for this site: git clone https://public-inbox.org/public-inbox.git