Re: Git on macOS shows committed files as untracked

2017-07-14 Thread Andreas Schwab
On Jul 14 2017, Torsten Bögershausen wrote: > (Please no top-posting) > On 14/07/17 11:45, Elliot Chandler wrote: >> For what it's worth, the file looks normal in Gentoo GNU/Linux (name >> appears "ḋἲ╓εﮯ⑏○╓Ӳ" and it seems to work like any other directory). >> > Thanks for testing

Re: Git on macOS shows committed files as untracked

2017-07-14 Thread Jeff King
On Fri, Jul 14, 2017 at 02:35:52PM +0200, Torsten Bögershausen wrote: > (Please no top-posting) > On 14/07/17 11:45, Elliot Chandler wrote: > > For what it's worth, the file looks normal in Gentoo GNU/Linux (name > > appears "ḋἲ╓εﮯ⑏○╓Ӳ" and it seems to work like any other directory). > > >

Re: Git on macOS shows committed files as untracked

2017-07-14 Thread Torsten Bögershausen
(Please no top-posting) On 14/07/17 11:45, Elliot Chandler wrote: For what it's worth, the file looks normal in Gentoo GNU/Linux (name appears "ḋἲ╓εﮯ⑏○╓Ӳ" and it seems to work like any other directory). Thanks for testing - Normal and Normal ;-) For me the 6th code point does look strange

Re: Git on macOS shows committed files as untracked

2017-07-14 Thread Elliot Chandler
For what it's worth, the file looks normal in Gentoo GNU/Linux (name appears "ḋἲ╓εﮯ⑏○╓Ӳ" and it seems to work like any other directory). On Fri, Jul 14, 2017 at 4:41 AM, Torsten Bögershausen wrote: > > > On 14/07/17 06:49, Lutz Roeder wrote: >> >> Using precomposeunicode still

Re: Git on macOS shows committed files as untracked

2017-07-14 Thread Torsten Bögershausen
On 14/07/17 06:49, Lutz Roeder wrote: Using precomposeunicode still reproduces the issue: Repro steps: 1. Download https://www.dropbox.com/s/0q5pbpqpckwzj7b/gitstatusrepro.zip?dl=0 2. unzip gitstatusrepro.zip && cd gitstatusrepro 3. git reset --hard 4. git -c core.precomposeunicode=true

Re: Git on macOS shows committed files as untracked

2017-07-13 Thread Lutz Roeder
Using precomposeunicode still reproduces the issue: Repro steps: 1. Download https://www.dropbox.com/s/0q5pbpqpckwzj7b/gitstatusrepro.zip?dl=0 2. unzip gitstatusrepro.zip && cd gitstatusrepro 3. git reset --hard 4. git -c core.precomposeunicode=true status On branch master Untracked files:

Re: Git on macOS shows committed files as untracked

2017-07-13 Thread Junio C Hamano
Torsten Bögershausen writes: > Thanks for the fast analyzes - > in short: > what does > git -c core.precomposeunicode=true status > say ? > > The easiest thing may be to set > git config --global core.precomposeunicode true Good suggestion. I learned a new thing today. I

Re: Git on macOS shows committed files as untracked

2017-07-13 Thread Torsten Bögershausen
On 13/07/17 01:15, Jeff King wrote: On Wed, Jul 12, 2017 at 06:21:28PM -0400, roeder@mailnull.com wrote: In Git on macOS (git version 2.13.2 | brew install git) the status command will show folders as untracked even though they are committed and checked out from the repository. Does not

Re: Git on macOS shows committed files as untracked

2017-07-12 Thread Jeff King
On Wed, Jul 12, 2017 at 06:21:28PM -0400, roeder@mailnull.com wrote: > In Git on macOS (git version 2.13.2 | brew install git) the status > command will show folders as untracked even though they are committed > and checked out from the repository. Does not reproduce on Windows and > Ubuntu.

Git on macOS shows committed files as untracked

2017-07-12 Thread roeder . git
In Git on macOS (git version 2.13.2 | brew install git) the status command will show folders as untracked even though they are committed and checked out from the repository. Does not reproduce on Windows and Ubuntu. Repro steps: 1. Download