git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Case rename not detected
@ 2015-05-05  5:52 Orgad Shaneh
  2015-05-05  6:17 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Orgad Shaneh @ 2015-05-05  5:52 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-06 20:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05  5:52 Case rename not detected Orgad Shaneh
2015-05-05  6:17 ` Junio C Hamano
2015-05-05  6:27   ` Orgad Shaneh
2015-05-06 20:00     ` Torsten Bögershausen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).