Case rename not detected

From: Orgad Shaneh <hidden>
Date: 2016-06-15 23:04:39

Hi,

File case rename is not detected correctly on case-insensitive
filesystems. git mv does support it though.

Example:

git init
echo hello > foo
git add foo
git commit -m initial
mv foo Foo
git status # No changes
git add . -A # Doesn't add anything

- Orgad
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help