Git development
 help / color / mirror / Atom feed
* contrib/mw-to-git/Git/Mediawiki.pm
@ 2013-06-27 16:00 Torsten Bögershausen
  2013-06-27 16:25 ` contrib/mw-to-git/Git/Mediawiki.pm Benoît Person
  0 siblings, 1 reply; 7+ messages in thread
From: Torsten Bögershausen @ 2013-06-27 16:00 UTC (permalink / raw)
  To: benoit.person, Git Mailing List


I just discovered a major problem for
Mac OS and Windows people:

In contrib/mw-to-git/ there is a file called "git".
And there is a directory called "Git".

This does not work very well on case insensitive file systems.
When the file "git" is created, we can not create a directory
called "Git", as "Git" is mapped to "git".
And vice versa.

Can we try to rename one of them ?


The other interesting thing is that git 1.8.3 didn't like the
situation:
After checking out the pu branch, 
git status says:
deleted:    contrib/mw-to-git/Git/Mediawiki.pm

So I could not change to another branch/commit...
git stash didn't resolve the situation either.

The following saved my repo:
git mv contrib/mw-to-git/git contrib/mw-to-git/git.exe
git checkout contrib/mw-to-git/Git/Mediawiki.pm
git checkout -b xxx_git_Git_conflict
git commit -a -m xxx_git_Git_conflict

/Torsten

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

end of thread, other threads:[~2013-06-27 18:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 16:00 contrib/mw-to-git/Git/Mediawiki.pm Torsten Bögershausen
2013-06-27 16:25 ` contrib/mw-to-git/Git/Mediawiki.pm Benoît Person
2013-06-27 16:39   ` contrib/mw-to-git/Git/Mediawiki.pm Matthieu Moy
2013-06-27 17:29     ` contrib/mw-to-git/Git/Mediawiki.pm Junio C Hamano
2013-06-27 17:54       ` contrib/mw-to-git/Git/Mediawiki.pm Benoît Person
2013-06-27 18:07         ` contrib/mw-to-git/Git/Mediawiki.pm Junio C Hamano
2013-06-27 17:28   ` contrib/mw-to-git/Git/Mediawiki.pm 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