git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jarek <wodka.jaroslaw@gmail.com>
To: git@vger.kernel.org
Subject: Case insensitive when file mv
Date: Mon, 4 Jun 2012 12:36:54 +0200	[thread overview]
Message-ID: <D62ABB09-AB7B-474E-8CDE-579AD30C58AE@gmail.com> (raw)

Hope it covers everything:

$ git mv solJW.R solRandom.r
$ git mv solRandom.r solRandom.R
fatal: destination exists, source=solRandom.r, destination=solRandom.R
$ ls
mouse_evaluator.R mouse_world.R     scenariusze.R     sol1.R            sol2.R            sol3.R            solRandom.r
$ git mv solRandom.r solRandom.R
fatal: destination exists, source=solRandom.r, destination=solRandom.R
$?
-bash: 128: command not found
$ git mv solRandom.r solRandom.X
$ git mv solRandom.X solRandom.R
$ man git
$ git --version
git version 1.7.5.4
$ touch abc
$ touch Abc
$ git add abc
$ git add Abc
$ 


Didn't have time to check whether is it a known bug or already solved in the latest version.

Kind regards,
Jarosław Wódka.

             reply	other threads:[~2012-06-04 10:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-04 10:36 Jarek [this message]
2012-06-04 16:35 ` Case insensitive when file mv Torsten Bögershausen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D62ABB09-AB7B-474E-8CDE-579AD30C58AE@gmail.com \
    --to=wodka.jaroslaw@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).