Torsten Bögershausen <tboegi@xxxxxx> writes: > Yes, that is a restriction in Git, call it a bug, call it a missing feature. > Unless someone fixes it, the recommendation is still to use a workaround: > > tb@pc:/tmp/ttt> git mv Abc tmp > tb@pc:/tmp/ttt> git mv tmp abc > tb@pc:/tmp/ttt> git status > On branch master > Changes to be committed: > (use "git restore --staged <file>..." to unstage) > renamed: Abc/.keep -> abc/.keep > > tb@pc:/tmp/ttt> Correct and very helpful suggestion. Or get a better filesystem ;-) Thanks.