git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git an case-insensitive Mac OS X filesystem
@ 2012-09-11  9:21 Roger Pau Monné
       [not found] ` <1347355466-ner-6656@calvin>
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Roger Pau Monné @ 2012-09-11  9:21 UTC (permalink / raw)
  To: git

Hello,

I'm using git for all my projects, and I usually work under Mac OS X
with the default filesystem (that's case-insensitive, but
case-preserving). I'm currently working on a project that has several
branches, and two of them are called origin/DHCPCD and origin/dhcpcd
respectively, that's unfortunate, but I cannot do anything about it.
This completely breaks the git repository, because
.git/refs/remotes/origin/DHCPD and .git/refs/remotes/origin/dhcpd are
actually the same file, so when I try to update my repository
performing a git pull I get the following error:

error: Ref refs/remotes/origin/dhcpcd is at
6b371783de2def2d6e3ec2680ba731f7086067ee but expected
79f701ce599a27043eed8343f76406014963278a

So I was wondering if anyone has stumbled upon this issue, and what's
the best approach to fix it.

Thanks, Roger.

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

end of thread, other threads:[~2012-09-11 15:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11  9:21 Git an case-insensitive Mac OS X filesystem Roger Pau Monné
     [not found] ` <1347355466-ner-6656@calvin>
2012-09-11  9:30   ` Roger Pau Monné
2012-09-11  9:36     ` Tomas Carnecky
2012-09-11  9:44       ` Roger Pau Monné
2012-09-11 15:44         ` Junio C Hamano
2012-09-11 10:06 ` Erik Faye-Lund
2012-09-11 10:28   ` Matthieu Moy
2012-09-11 11:18     ` Erik Faye-Lund
2012-09-11 11:25       ` Matthieu Moy
2012-09-11 15:40 ` Junio C Hamano

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