git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Possible git status problem at case insensitive file system
@ 2010-08-09  4:22 Frank Li
  2010-08-09  8:16 ` Johannes Sixt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Frank Li @ 2010-08-09  4:22 UTC (permalink / raw)
  To: Git List, msysGit

All:
        I use msysgit 1.7.0.2 at windows xp.
        Problem: git status will list tracked directory as untracked dir.
        Duplicate:
        1. mkdir test, cd test
        2. git init-db
        3. mkdir d, cd d
        4. touch a.c
        5. git add a.c
        6. git commit -a -m "test"
        7. cd ..
        8.  mv d d1
        9.  mv d1 D
       10. git status


# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       D/
nothing added to commit but untracked files present (use "git add" to track)

        D/ should be same as d/ at case insensitive file system.
        D/ should not listed by git status.

best regards
Frank Li

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

end of thread, other threads:[~2018-06-20 23:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-09  4:22 Possible git status problem at case insensitive file system Frank Li
2010-08-09  8:16 ` Johannes Sixt
2018-06-20 11:26 ` [msysGit] " Johannes Schindelin
2018-06-20 23:31 ` Philip Oakley

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