Re: [msysGit] Possible git status problem at case insensitive file system

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Frank,

Your system Clock looks to be providing the wrong date for your emails.

The last XP version was https://github.com/git-for-windows/git/releases/tag/v2.10.0.windows.1 so you may want to upgrade to that. (see FAQs https://github.com/git-for-windows/git/wiki/FAQ)

It won't solve the capitalisation problem - that is a Windows FS issue. Git assumes case matters, but the FS will fetch directories and branches case insensitively.

Philip


----- Original Message ----- From: "Frank Li" <lznuaa@xxxxxxxxx>
To: "Git List" <git@xxxxxxxxxxxxxxx>; "msysGit" <msysgit@xxxxxxxxxxxxxxxx>
Sent: Monday, August 09, 2010 5:22 AM
Subject: [msysGit] Possible git status problem at case insensitive file system


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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
--
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
msysgit+unsubscribe@xxxxxxxxxxxxxxxx
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- You received this message because you are subscribed to the Google Groups "Git for Windows" group. To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@xxxxxxxxxxxxxxxx.
For more options, visit https://groups.google.com/d/optout.





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux