git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] git-filter-branch and filename case changes on insensitive file systems
@ 2007-10-10  9:40 Jonathan del Strother
  2007-10-10 13:39 ` Johannes Schindelin
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan del Strother @ 2007-10-10  9:40 UTC (permalink / raw)
  To: Git Mailing List

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

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

end of thread, other threads:[~2007-10-10 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10  9:40 [BUG] git-filter-branch and filename case changes on insensitive file systems Jonathan del Strother
2007-10-10 13:39 ` Johannes Schindelin
2007-10-10 13:49   ` Jonathan del Strother

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