[BUG] git-filter-branch and filename case changes on insensitive file systems

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

 



My repo has a change where a directory named Src was renamed to src. When I run "git filter-branch HEAD", my repo history is rewritten so it appears that the Src directory was simply deleted. I'm using case insensitive HFS+. Fortunately, I can work around this by using -d to work off a case sensitive HFS+ volume - "git filter-branch -d /Volumes/CaseSensitive/ test HEAD" correctly changes nothing.

Anyone know why this happens?

Jon
-
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

[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