Posted by rfay on April 12, 2011 at 1:43pm
The testbots now use git to apply patches, so binary patches and copies/moves work in patches. See the issue.
To create a binary patch: git format-patch --binary --full-index --stdout
To create a moves-and-copies patch (one that magically moves and copies): git format-patch -C -M --stdout
