git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* inconsistent behavior on mac with case changes
@ 2012-09-13 21:24 Larry Martell
  2012-09-14 12:37 ` Larry Martell
  0 siblings, 1 reply; 4+ messages in thread
From: Larry Martell @ 2012-09-13 21:24 UTC (permalink / raw)
  To: git

I created a dir on my Mac called Rollup, and pushed it out. Then went
to a CentOS box, pulled it, and realized I wanted to call it RollUp
(capital U). I renamed it, and pushed out the change. Went back to the
Mac and did a pull - it said it created the RollUp dir, but it did not
- it was still called Rollup. I reamed it, but status did not pick up
the change. Then I checked out a branch that had Rollup, but it was
gone there - no Rollup or RollUp. I did a merge and then RollUp was
created.

I know the Mac is somewhat inconsistent with how it deals with case, e.g.:

$ ls
RollUp
$ ls -d Rollup
Rollup
$ ls -d RollUp
RollUp
$ find . -name Rollup -print
$ find . -name RollUp -print
./RollUp

So I guess I can understand git also being inconsistent there. But
what really got me was the dir being gone on the branch.

Is all this expected behavior?

-larry

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

end of thread, other threads:[~2012-09-14 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13 21:24 inconsistent behavior on mac with case changes Larry Martell
2012-09-14 12:37 ` Larry Martell
2012-09-14 13:48   ` Andreas Ericsson
2012-09-14 14:18     ` Larry Martell

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).