On Saturday, December 29, 2012 12:52:11 Marco Nembrini wrote: > Nobody answered the important question: does it "break" pull requests? > > In my (limited) understanding git supports renames and pulls will be > "broken" in the same way the are when there's a new commit on the > original repo: people will just have to rebase their changes on it. I > did some googling and found nobody complaining about this problem, so I > assume there's some way to avoid it.
I would expect rebasing to fix it trivially so long as git mv was used rather than renaming the file with the OS' commands, but I don't know for sure. - Jonathan M Davis