forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Setup
Win10, x64
git version 2.6.3.windows.1
Default install as far as I recall
Problem repros in all shells
Details
- Clone https://github.com/latkin/filetest
foo:bar
file has invalid Windows filename. It is copied as size-0 filefoo
.- Add
foo
to gitignore
- With
core.fscache
false, working directory is shown as clean bygit status
- With
core.fscache
true, filefoo:bar
is flagged withdeleted
status.
Expected: Working directory status is reported the same with/without core.fscache
, in all cases.
Motivation: I work on windows but most of my team is on OSX. They put files named like foo:bar
in the repo. I can happily ignore them with a private gitignore
when core.fscache
is turned off, but they pollute my working directory when I try to use core.fscache true
(which I'd like to do for perf reasons).
weswigham, wchristian, dimitar, JulianD, dlandis and 8 more0wnrepo and benwaffle
Metadata
Metadata
Assignees
Labels
No labels