JiHO wrote:
When working on a git repository on a mounted samba share, I am having
trouble because some files are detected as changed while they are not.
git status works OK but git GUIs (git gui and gitX on mac OS X) show
the problem.
I'm seeing this problem too, accessing a git repository on a Samba share.
Steps to reproduce:
- create git repository on linux;
- connect from OS X over Samba;
- git status (over samba) reports all files as changed;
- git diff works, it only shows the actual differences;
- after the first git diff, any subsequent git status will work,
even after disconnecting and reconnecting to the samba share.
Tobia