git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Bug in git on windows
       [not found] <CAHHiLxQW00Zc9hpUEVV0bZ7_+18tCNdGT+bhrmryr47aj=x6XA@mail.gmail.com>
@ 2013-08-11  6:45 ` Илья Воронцов
  2013-08-11  8:49   ` Torsten Bögershausen
  0 siblings, 1 reply; 2+ messages in thread
From: Илья Воронцов @ 2013-08-11  6:45 UTC (permalink / raw)
  To: git

git under windows doesn't check case of letters in filename. So when
one rename for example images from *.JPG to *.jpg, git doesn't files
in a repository so when one deliver this repo on *nix -system, old
filenames preserve and this matters.
It can be very confusing when some of assets in your website on server
can't be loaded after deploy, though on windows all was ok.
Possibly git windows shall identify changed case of symbols and
suggested to rename files in commit.

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

* Re: Bug in git on windows
  2013-08-11  6:45 ` Bug in git on windows Илья Воронцов
@ 2013-08-11  8:49   ` Torsten Bögershausen
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Bögershausen @ 2013-08-11  8:49 UTC (permalink / raw)
  To: Илья Воронцов,
	Git Mailing List

On 2013-08-11 08.45, Илья Воронцов wrote:
> git under windows doesn't check case of letters in filename. So when
> one rename for example images from *.JPG to *.jpg, git doesn't files
> in a repository so when one deliver this repo on *nix -system, old
> filenames preserve and this matters.
> It can be very confusing when some of assets in your website on server
> can't be loaded after deploy, though on windows all was ok.
> Possibly git windows shall identify changed case of symbols and
> suggested to rename files in commit.
It does (but this is disabled by default),
you can try 
git config core.ignorecase false
/Torsten

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

end of thread, other threads:[~2013-08-11  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAHHiLxQW00Zc9hpUEVV0bZ7_+18tCNdGT+bhrmryr47aj=x6XA@mail.gmail.com>
2013-08-11  6:45 ` Bug in git on windows Илья Воронцов
2013-08-11  8:49   ` 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).